#F666FF

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

Shades of Pink Flamingo #F666FF

Tints of Pink Flamingo #F666FF

Color information

#F666FF (or 0xF666FF) is unknown color: approx Pink Flamingo. HEX triplet: F6, 66 and FF. RGB value is (246,102,255). Sum of RGB (Red+Green+Blue) = 246+102+255=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 102 (40.23% from 255 or 16.92% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #F666FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F666FF is #099900. Grayscale: #A2A2A2. Windows color (decimal): -628993 or 16738038. OLE color: 16738038.

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

Color convert

RGB246102255-
CMYK0.040.600
HSL296.47º100%70%-
HSV(B)296.47º60%100%-
XYZ60.8136.3298.41-
YUV162.5180.21187.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 102 (40.23% from 255) = 16.92%
BLUE value IS 255 (100% from 255) = 42.29%
R=40.80%
G=16.92%
B=42.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461022550.040.600296.4710070
HexF666FF43C001286446
Octal36614637747400450144106
Binary111101101100110111111111001111000010010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F666FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F666FF; }

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

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

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

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

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

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

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

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