#FF66FE

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

Shades of Pink Flamingo #FF66FE

Tints of Pink Flamingo #FF66FE

Color information

#FF66FE (or 0xFF66FE) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and FE. RGB value is (255,102,254). Sum of RGB (Red+Green+Blue) = 255+102+254=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 102 (40.23% from 255 or 16.69% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66FE is #009901. Grayscale: #A4A4A4. Windows color (decimal): -39170 or 16672511. OLE color: 16672511.

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

Color convert

RGB255102254-
CMYK00.60.000
HSL300.39º100%70%-
HSV(B)300.39º60%100%-
XYZ63.8837.9297.72-
YUV165.07178.19192.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 102 (40.23% from 255) = 16.69%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=41.73%
G=16.69%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510225400.60.000300.3910070
HexFF66FE03C0012c6446
Octal37714637607400454144106
Binary1111111111001101111111001111000010010110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66FE; }

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

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

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

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

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

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

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

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