Html Css Color HEX #F05051 Mandy

📋 copy color: '#F05051'

red 240 ◦ green 80 ◦ blue 81

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

Shades of Mandy #F05051

Tints of Mandy #F05051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 59.85%
G = 19.95%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05051 (or 0xF05051) is known color: Mandy. HEX triplet: F0, 50 and 51. RGB value is (240,80,81). Sum of RGB (Red+Green+Blue) = 240+80+81=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F05051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05051 is #0FAFAE. Grayscale: #808080. Windows color (decimal): -1028015 or 5329136. OLE color: 5329136.

HSL color Cylindrical-coordinate representation of color #F05051: hue angle of 359.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05051 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 81 -
CMYK 0 0.67 0.66 0.06
HSL 359.63º 0.84% 0.63% -
HSV(B) 359.63º 0.67% 0.94% -
XYZ 40.29 24.86 10.46 -
YUV 127.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 240 80 81 0 0.67 0.66 0.06 359.63 0.84 0.63
Hex F0 50 51 0 43 42 6 168 54 3F
Octal 360 120 121 0 103 102 6 550 124 77
Binary 11110000 1010000 1010001 0 1000011 1000010 110 101101000 1010100 111111

Color Harmonies of #F05051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05051

Black with #F05051

Text Example


Text Example

White with #F05051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05051; }

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

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

background-color css

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

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

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

border-color css

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

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

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