#F866FF

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

Shades of Pink Flamingo #F866FF

Tints of Pink Flamingo #F866FF

Color information

#F866FF (or 0xF866FF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 66 and FF. RGB value is (248,102,255). Sum of RGB (Red+Green+Blue) = 248+102+255=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 102 (40.23% from 255 or 16.86% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #F866FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F866FF is #079900. Grayscale: #A2A2A2. Windows color (decimal): -497921 or 16738040. OLE color: 16738040.

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

Color convert

RGB248102255-
CMYK0.030.600
HSL297.25º100%70%-
HSV(B)297.25º60%100%-
XYZ61.5136.6898.45-
YUV163.1179.87188.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 102 (40.23% from 255) = 16.86%
BLUE value IS 255 (100% from 255) = 42.15%
R=40.99%
G=16.86%
B=42.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481022550.030.600297.2510070
HexF866FF33C001296446
Octal37014637737400451144106
Binary11111000110011011111111111111000010010100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F866FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F866FF; }

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

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

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

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

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

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

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

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