#FF66F4

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

Shades of Pink Flamingo #FF66F4

Tints of Pink Flamingo #FF66F4

Color information

#FF66F4 (or 0xFF66F4) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and F4. RGB value is (255,102,244). Sum of RGB (Red+Green+Blue) = 255+102+244=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F4 is #00990B. Grayscale: #A3A3A3. Windows color (decimal): -39180 or 16017151. OLE color: 16017151.

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

Color convert

RGB255102244-
CMYK00.60.040
HSL304.31º100%70%-
HSV(B)304.31º60%100%-
XYZ62.3237.2989.5-
YUV163.93173.19192.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 102 (40.23% from 255) = 16.97%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=42.43%
G=16.97%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510224400.60.040304.3110070
HexFF66F403C401306446
Octal37714636407440460144106
Binary111111111100110111101000111100100010011000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66F4; }

 p { color: rgb(255,102,244); }

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

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

 a { background-color: rgb(255,102,244); }

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

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

 span { border-color: rgb(255,102,244); }

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