#F441FE

Color #F441FE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F441FE

Tints of Pink Flamingo #F441FE

Color information

#F441FE (or 0xF441FE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 41 and FE. RGB value is (244,65,254). Sum of RGB (Red+Green+Blue) = 244+65+254=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 65 (25.78% from 255 or 11.55% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F441FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F441FE is #0BBE01. Grayscale: #8B8B8B. Windows color (decimal): -769538 or 16663028. OLE color: 16663028.

HSL color Cylindrical-coordinate representation of color #F441FE: hue angle of 296.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F441FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24465254-
CMYK0.040.7400.00
HSL296.83º98.95%62.55%-
HSV(B)296.83º74.41%99.61%-
XYZ57.0930.1796.58-
YUV140.07192.3202.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 43.34%
GREEN value IS 65 (25.78% from 255) = 11.55%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=43.34%
G=11.55%
B=45.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal244652540.040.7400.00296.8398.9562.55
HexF441FE44A00129633f
Octal36410137641120045114377
Binary111101001000001111111101001001010001001010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F441FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F441FE; }

 p { color: rgb(244,65,254); }

 H1.HeaderClassName
 {
   color: #F441FE;
 }
 .AnyTagClassName
 {
   color: #F441FE;
 }
</style>
background-color css

<style>
 a { background-color: #F441FE; }

 a { background-color: rgb(244,65,254); }

 div.DivClassName
 {
   background-color: #F441FE;
 }
 .BgClassName
 {
   background-color: #F441FE;
 }
</style>
border-color css

<style>
 span { border-color: #F441FE; }

 span { border-color: rgb(244,65,254); }

 td.TdClassName
 {
   border-color: #F441FE;
 }
 .TagClassName
 {
   border-color: #F441FE;
 }
</style>