Html Css Color HEX #F05D52 Flamingo

📋 copy color: '#F05D52'

red 240 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #F05D52

Tints of Flamingo #F05D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 57.83%
G = 22.41%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05D52 (or 0xF05D52) is known color: Flamingo. HEX triplet: F0, 5D and 52. RGB value is (240,93,82). Sum of RGB (Red+Green+Blue) = 240+93+82=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D52 is #0FA2AD. Grayscale: #878787. Windows color (decimal): -1024686 or 5398000. OLE color: 5398000.

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

Color convert

RGB 240 93 82 -
CMYK 0 0.61 0.66 0.06
HSL 4.18º 0.84% 0.63% -
HSV(B) 4.18º 0.66% 0.94% -
XYZ 41.37 26.96 11.01 -
YUV 135.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 240 93 82 0 0.61 0.66 0.06 4.18 0.84 0.63
Hex F0 5D 52 0 3D 42 6 4 54 3F
Octal 360 135 122 0 75 102 6 4 124 77
Binary 11110000 1011101 1010010 0 111101 1000010 110 100 1010100 111111

Color Harmonies of #F05D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D52

Black with #F05D52

Text Example


Text Example

White with #F05D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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