#F05157

Color #F05157 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #F05157

Tints of Mandy #F05157

Color information

#F05157 (or 0xF05157) is unknown color: approx 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

RGB2408187-
CMYK00.660.640.06
HSL357.74º84.13%62.94%-
HSV(B)357.74º66.25%94.12%-
XYZ40.625.111.72-
YUV129.22104.18207.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240818700.660.640.06357.7484.1362.94
HexF05157042406166543f
Octal3601211270102100654612477
Binary11110000101000110101110100001010000001101011001101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>