#F05F59

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

Shades of Flamingo #F05F59

Tints of Flamingo #F05F59

Color information

#F05F59 (or 0xF05F59) is unknown color: approx Flamingo. HEX triplet: F0, 5F and 59. RGB value is (240,95,89). Sum of RGB (Red+Green+Blue) = 240+95+89=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F59 is #0FA0A6. Grayscale: #898989. Windows color (decimal): -1024167 or 5857264. OLE color: 5857264.

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

Color convert

RGB2409589-
CMYK00.600.630.06
HSL2.38º83.43%64.51%-
HSV(B)2.38º62.92%94.12%-
XYZ41.8327.4312.54-
YUV137.67100.54200.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=56.60%
G=22.41%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240958900.600.630.062.3883.4364.51
HexF05F5903C3F625341
Octal3601371310747762123101
Binary111100001011111101100101111001111111101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F59; }

 p { color: rgb(240,95,89); }

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

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

 a { background-color: rgb(240,95,89); }

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

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

 span { border-color: rgb(240,95,89); }

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