Html Css Color HEX #F05751 Flamingo

📋 copy color: '#F05751'

red 240 ◦ green 87 ◦ blue 81

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

Shades of Flamingo #F05751

Tints of Flamingo #F05751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 58.82%
G = 21.32%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05751 (or 0xF05751) is known color: Flamingo. HEX triplet: F0, 57 and 51. RGB value is (240,87,81). Sum of RGB (Red+Green+Blue) = 240+87+81=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F05751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05751 is #0FA8AE. Grayscale: #848484. Windows color (decimal): -1026223 or 5330928. OLE color: 5330928.

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

Color convert

RGB 240 87 81 -
CMYK 0 0.64 0.66 0.06
HSL 2.26º 0.84% 0.63% -
HSV(B) 2.26º 0.66% 0.94% -
XYZ 40.83 25.94 10.64 -
YUV 132.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 240 87 81 0 0.64 0.66 0.06 2.26 0.84 0.63
Hex F0 57 51 0 40 42 6 2 54 3F
Octal 360 127 121 0 100 102 6 2 124 77
Binary 11110000 1010111 1010001 0 1000000 1000010 110 10 1010100 111111

Color Harmonies of #F05751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05751

Black with #F05751

Text Example


Text Example

White with #F05751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05751; }

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

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

background-color css

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

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

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

border-color css

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

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

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