#FE66F5

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

Shades of Pink Flamingo #FE66F5

Tints of Pink Flamingo #FE66F5

Color information

#FE66F5 (or 0xFE66F5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 66 and F5. RGB value is (254,102,245). Sum of RGB (Red+Green+Blue) = 254+102+245=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66F5 is #01990A. Grayscale: #A3A3A3. Windows color (decimal): -104715 or 16082686. OLE color: 16082686.

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

Color convert

RGB254102245-
CMYK00.600.040.00
HSL303.55º98.7%69.8%-
HSV(B)303.55º59.84%99.61%-
XYZ62.1137.1790.29-
YUV163.75173.86192.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 16.97%
BLUE value IS 245 (96.09% from 255) = 40.77%
R=42.26%
G=16.97%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410224500.600.040.00303.5598.769.8
HexFE66F503C401306346
Octal37614636507440460143106
Binary111111101100110111101010111100100010011000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66F5; }

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

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

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

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

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

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

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

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