#F055F6

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

Shades of Pink Flamingo #F055F6

Tints of Pink Flamingo #F055F6

Color information

#F055F6 (or 0xF055F6) is unknown color: approx Pink Flamingo. HEX triplet: F0, 55 and F6. RGB value is (240,85,246). Sum of RGB (Red+Green+Blue) = 240+85+246=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #F055F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F055F6 is #0FAA09. Grayscale: #959595. Windows color (decimal): -1026570 or 16143856. OLE color: 16143856.

HSL color Cylindrical-coordinate representation of color #F055F6: hue angle of 297.76º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F055F6 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24085246-
CMYK0.020.6500.04
HSL297.76º89.94%64.9%-
HSV(B)297.76º65.45%96.47%-
XYZ55.8231.6890.36-
YUV149.7182.35192.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 85 (33.59% from 255) = 14.89%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=42.03%
G=14.89%
B=43.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240852460.020.6500.04297.7689.9464.9
HexF055F62410412a5a41
Octal360125366210104452132101
Binary11110000101010111110110101000001010010010101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F055F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F055F6; }

 p { color: rgb(240,85,246); }

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

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

 a { background-color: rgb(240,85,246); }

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

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

 span { border-color: rgb(240,85,246); }

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