Html Css Color HEX #F05157 Mandy

📋 copy color: '#F05157'

red 240 ◦ green 81 ◦ blue 87

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

Shades of Mandy #F05157

Tints of Mandy #F05157

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 240 81 87 -
CMYK 0 0.66 0.64 0.06
HSL 357.74º 0.84% 0.63% -
HSV(B) 357.74º 0.66% 0.94% -
XYZ 40.6 25.1 11.72 -
YUV 129.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 240 81 87 0 0.66 0.64 0.06 357.74 0.84 0.63
Hex F0 51 57 0 42 40 6 166 54 3F
Octal 360 121 127 0 102 100 6 546 124 77
Binary 11110000 1010001 1010111 0 1000010 1000000 110 101100110 1010100 111111

Color Harmonies of #F05157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05157

Black with #F05157

Text Example


Text Example

White with #F05157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05157; }

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

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

background-color css

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

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

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

border-color css

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

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

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