Html Css Color HEX #F05851 Flamingo

📋 copy color: '#F05851'

red 240 ◦ green 88 ◦ blue 81

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

Shades of Flamingo #F05851

Tints of Flamingo #F05851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 58.68%
G = 21.52%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05851 (or 0xF05851) is known color: Flamingo. HEX triplet: F0, 58 and 51. RGB value is (240,88,81). Sum of RGB (Red+Green+Blue) = 240+88+81=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F05851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05851 is #0FA7AE. Grayscale: #848484. Windows color (decimal): -1025967 or 5331184. OLE color: 5331184.

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

Color convert

RGB 240 88 81 -
CMYK 0 0.63 0.66 0.06
HSL 2.64º 0.84% 0.63% -
HSV(B) 2.64º 0.66% 0.94% -
XYZ 40.91 26.1 10.67 -
YUV 132.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 240 88 81 0 0.63 0.66 0.06 2.64 0.84 0.63
Hex F0 58 51 0 3F 42 6 3 54 3F
Octal 360 130 121 0 77 102 6 3 124 77
Binary 11110000 1011000 1010001 0 111111 1000010 110 11 1010100 111111

Color Harmonies of #F05851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05851

Black with #F05851

Text Example


Text Example

White with #F05851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05851; }

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

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

background-color css

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

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

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

border-color css

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

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

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