Html Css Color HEX #F05D51 Flamingo

📋 copy color: '#F05D51'

red 240 ◦ green 93 ◦ blue 81

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

Shades of Flamingo #F05D51

Tints of Flamingo #F05D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 57.97%
G = 22.46%
B = 19.57%

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

#F05D51 (or 0xF05D51) is known color: Flamingo. HEX triplet: F0, 5D and 51. RGB value is (240,93,81). Sum of RGB (Red+Green+Blue) = 240+93+81=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D51 is #0FA2AE. Grayscale: #878787. Windows color (decimal): -1024687 or 5332464. OLE color: 5332464.

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

Color convert

RGB 240 93 81 -
CMYK 0 0.61 0.66 0.06
HSL 4.53º 0.84% 0.63% -
HSV(B) 4.53º 0.66% 0.94% -
XYZ 41.33 26.95 10.81 -
YUV 135.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 240 93 81 0 0.61 0.66 0.06 4.53 0.84 0.63
Hex F0 5D 51 0 3D 42 6 5 54 3F
Octal 360 135 121 0 75 102 6 5 124 77
Binary 11110000 1011101 1010001 0 111101 1000010 110 101 1010100 111111

Color Harmonies of #F05D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D51

Black with #F05D51

Text Example


Text Example

White with #F05D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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