#F066FF

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

Shades of Pink Flamingo #F066FF

Tints of Pink Flamingo #F066FF

Color information

#F066FF (or 0xF066FF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 66 and FF. RGB value is (240,102,255). Sum of RGB (Red+Green+Blue) = 240+102+255=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F066FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066FF is #0F9900. Grayscale: #A0A0A0. Windows color (decimal): -1022209 or 16738032. OLE color: 16738032.

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

Color convert

RGB240102255-
CMYK0.060.600
HSL294.12º100%70%-
HSV(B)294.12º60%100%-
XYZ58.7435.2598.32-
YUV160.7181.22184.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 102 (40.23% from 255) = 17.09%
BLUE value IS 255 (100% from 255) = 42.71%
R=40.20%
G=17.09%
B=42.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401022550.060.600294.1210070
HexF066FF63C001266446
Octal36014637767400446144106
Binary111100001100110111111111101111000010010011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F066FF; }

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

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

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

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

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

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

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

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