#F06051

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

Shades of Flamingo #F06051

Tints of Flamingo #F06051

Color information

#F06051 (or 0xF06051) is unknown color: approx Flamingo. HEX triplet: F0, 60 and 51. RGB value is (240,96,81). Sum of RGB (Red+Green+Blue) = 240+96+81=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F06051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06051 is #0F9FAE. Grayscale: #898989. Windows color (decimal): -1023919 or 5333232. OLE color: 5333232.

HSL color Cylindrical-coordinate representation of color #F06051: hue angle of 5.66º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F06051 is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2409681-
CMYK00.60.660.06
HSL5.66º84.13%62.94%-
HSV(B)5.66º66.25%94.12%-
XYZ41.627.4910.9-
YUV137.3596.21201.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.55%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 81 (32.03% from 255) = 19.42%
R=57.55%
G=23.02%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240968100.60.660.065.6684.1362.94
HexF0605103C4266543f
Octal3601401210741026612477
Binary1111000011000001010001011110010000101101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06051; }

 p { color: rgb(240,96,81); }

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

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

 a { background-color: rgb(240,96,81); }

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

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

 span { border-color: rgb(240,96,81); }

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