Html Css Color HEX #F15455 Mandy

📋 copy color: '#F15455'

red 241 ◦ green 84 ◦ blue 85

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

Shades of Mandy #F15455

Tints of Mandy #F15455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 58.78%
G = 20.49%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F15455 (or 0xF15455) is known color: Mandy. HEX triplet: F1, 54 and 55. RGB value is (241,84,85). Sum of RGB (Red+Green+Blue) = 241+84+85=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15455 is #0EABAA. Grayscale: #838383. Windows color (decimal): -961451 or 5592305. OLE color: 5592305.

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

Color convert

RGB 241 84 85 -
CMYK 0 0.65 0.65 0.05
HSL 359.62º 0.85% 0.64% -
HSV(B) 359.62º 0.65% 0.95% -
XYZ 41.09 25.7 11.39 -
YUV 131.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 241 84 85 0 0.65 0.65 0.05 359.62 0.85 0.64
Hex F1 54 55 0 41 41 5 168 55 40
Octal 361 124 125 0 101 101 5 550 125 100
Binary 11110001 1010100 1010101 0 1000001 1000001 101 101101000 1010101 1000000

Color Harmonies of #F15455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15455

Black with #F15455

Text Example


Text Example

White with #F15455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15455; }

 p { color: rgb(241,84,85); }

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

background-color css

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

 a { background-color: rgb(241,84,85); }

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

border-color css

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

 span { border-color: rgb(241,84,85); }

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