Html Css Color HEX #F05451 Flamingo

📋 copy color: '#F05451'

red 240 ◦ green 84 ◦ blue 81

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

Shades of Flamingo #F05451

Tints of Flamingo #F05451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

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

R = 59.26%
G = 20.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05451 (or 0xF05451) is known color: Flamingo. HEX triplet: F0, 54 and 51. RGB value is (240,84,81). Sum of RGB (Red+Green+Blue) = 240+84+81=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F05451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05451 is #0FABAE. Grayscale: #828282. Windows color (decimal): -1026991 or 5330160. OLE color: 5330160.

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

Color convert

RGB 240 84 81 -
CMYK 0 0.65 0.66 0.06
HSL 1.13º 0.84% 0.63% -
HSV(B) 1.13º 0.66% 0.94% -
XYZ 40.59 25.46 10.56 -
YUV 130.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 240 84 81 0 0.65 0.66 0.06 1.13 0.84 0.63
Hex F0 54 51 0 41 42 6 1 54 3F
Octal 360 124 121 0 101 102 6 1 124 77
Binary 11110000 1010100 1010001 0 1000001 1000010 110 1 1010100 111111

Color Harmonies of #F05451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05451

Black with #F05451

Text Example


Text Example

White with #F05451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05451; }

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

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

background-color css

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

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

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

border-color css

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

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

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