#F05253

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

Shades of Mandy #F05253

Tints of Mandy #F05253

Color information

#F05253 (or 0xF05253) is unknown color: approx Mandy. HEX triplet: F0, 52 and 53. RGB value is (240,82,83). Sum of RGB (Red+Green+Blue) = 240+82+83=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F05253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05253 is #0FADAC. Grayscale: #818181. Windows color (decimal): -1027501 or 5460720. OLE color: 5460720.

HSL color Cylindrical-coordinate representation of color #F05253: 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.66%. Process color model (Four color, CMYK) of #F05253 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2408283-
CMYK00.660.650.06
HSL359.62º84.04%63.14%-
HSV(B)359.62º65.83%94.12%-
XYZ40.5125.1810.91-
YUV129.36101.85206.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=59.26%
G=20.25%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240828300.660.650.06359.6284.0463.14
HexF05253042416168543f
Octal3601221230102101655012477
Binary11110000101001010100110100001010000011101011010001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05253; }

 p { color: rgb(240,82,83); }

 H1.HeaderClassName
 {
   color: #F05253;
 }
 .AnyTagClassName
 {
   color: #F05253;
 }
</style>
background-color css

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

 a { background-color: rgb(240,82,83); }

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

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

 span { border-color: rgb(240,82,83); }

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