#F06AFF

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

Shades of Pink Flamingo #F06AFF

Tints of Pink Flamingo #F06AFF

Color information

#F06AFF (or 0xF06AFF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 6A and FF. RGB value is (240,106,255). Sum of RGB (Red+Green+Blue) = 240+106+255=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AFF is #0F9500. Grayscale: #A2A2A2. Windows color (decimal): -1021185 or 16739056. OLE color: 16739056.

HSL color Cylindrical-coordinate representation of color #F06AFF: hue angle of 293.96º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06AFF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240106255-
CMYK0.060.5800
HSL293.96º100%70.78%-
HSV(B)293.96º58.43%100%-
XYZ59.1436.0598.45-
YUV163.05179.89182.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 106 (41.80% from 255) = 17.64%
BLUE value IS 255 (100% from 255) = 42.43%
R=39.93%
G=17.64%
B=42.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401062550.060.5800293.9610070.78
HexF06AFF63A001266447
Octal36015237767200446144107
Binary111100001101010111111111101110100010010011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06AFF; }

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

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

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

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

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

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

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

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