#FF66F2

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

Shades of Pink Flamingo #FF66F2

Tints of Pink Flamingo #FF66F2

Color information

#FF66F2 (or 0xFF66F2) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and F2. RGB value is (255,102,242). Sum of RGB (Red+Green+Blue) = 255+102+242=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F2 is #00990D. Grayscale: #A3A3A3. Windows color (decimal): -39182 or 15886079. OLE color: 15886079.

HSL color Cylindrical-coordinate representation of color #FF66F2: hue angle of 305.1º 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 #FF66F2 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255102242-
CMYK00.60.050
HSL305.1º100%70%-
HSV(B)305.1º60%100%-
XYZ62.0237.1787.91-
YUV163.71172.19193.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 102 (40.23% from 255) = 17.03%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=42.57%
G=17.03%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510224200.60.050305.110070
HexFF66F203C501316446
Octal37714636207450461144106
Binary111111111100110111100100111100101010011000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66F2; }

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

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

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

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

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

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

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

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