Html Css Color HEX #F15253 Mandy

📋 copy color: '#F15253'

red 241 ◦ green 82 ◦ blue 83

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

Shades of Mandy #F15253

Tints of Mandy #F15253

RGB

 RED value IS 241 (94.53% from 255) = 59.36%

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 59.36%
G = 20.2%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F15253 (or 0xF15253) is known color: Mandy. HEX triplet: F1, 52 and 53. RGB value is (241,82,83). Sum of RGB (Red+Green+Blue) = 241+82+83=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F15253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15253 is #0EADAC. Grayscale: #818181. Windows color (decimal): -961965 or 5460721. OLE color: 5460721.

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

Color convert

RGB 241 82 83 -
CMYK 0 0.66 0.66 0.05
HSL 359.62º 0.85% 0.63% -
HSV(B) 359.62º 0.66% 0.95% -
XYZ 40.85 25.36 10.93 -
YUV 129.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 241 82 83 0 0.66 0.66 0.05 359.62 0.85 0.63
Hex F1 52 53 0 42 42 5 168 55 3F
Octal 361 122 123 0 102 102 5 550 125 77
Binary 11110001 1010010 1010011 0 1000010 1000010 101 101101000 1010101 111111

Color Harmonies of #F15253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15253

Black with #F15253

Text Example


Text Example

White with #F15253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15253; }

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

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

background-color css

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

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

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

border-color css

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

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

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