Html Css Color HEX #F05D59 Flamingo

📋 copy color: '#F05D59'

red 240 ◦ green 93 ◦ blue 89

#F05D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #F05D59

Tints of Flamingo #F05D59

RGB

 RED value IS 240 (94.14% from 255) = 56.87%

 GREEN value IS 93 (36.72% from 255) = 22.04%

 BLUE value IS 89 (35.16% from 255) = 21.09%

R = 56.87%
G = 22.04%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F05D59 (or 0xF05D59) is known color: Flamingo. HEX triplet: F0, 5D and 59. RGB value is (240,93,89). Sum of RGB (Red+Green+Blue) = 240+93+89=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D59 is #0FA2A6. Grayscale: #888888. Windows color (decimal): -1024679 or 5856752. OLE color: 5856752.

HSL color Cylindrical-coordinate representation of color #F05D59: hue angle of 1.59º 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 #F05D59 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 89 -
CMYK 0 0.61 0.63 0.06
HSL 1.59º 0.83% 0.65% -
HSV(B) 1.59º 0.63% 0.94% -
XYZ 41.65 27.08 12.48 -
YUV 136.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 240 93 89 0 0.61 0.63 0.06 1.59 0.83 0.65
Hex F0 5D 59 0 3D 3F 6 2 53 41
Octal 360 135 131 0 75 77 6 2 123 101
Binary 11110000 1011101 1011001 0 111101 111111 110 10 1010011 1000001

Color Harmonies of #F05D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D59

Black with #F05D59

Text Example


Text Example

White with #F05D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D59; }

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

 H1.HeaderClassName
 {
   color: #F05D59;
 }
 .AnyTagClassName
 {
   color: #F05D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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