Html Css Color HEX #F15358 Mandy

📋 copy color: '#F15358'

red 241 ◦ green 83 ◦ blue 88

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

Shades of Mandy #F15358

Tints of Mandy #F15358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.15%

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 58.5%
G = 20.15%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F15358 (or 0xF15358) is known color: Mandy. HEX triplet: F1, 53 and 58. RGB value is (241,83,88). Sum of RGB (Red+Green+Blue) = 241+83+88=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F15358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15358 is #0EACA7. Grayscale: #828282. Windows color (decimal): -961704 or 5788657. OLE color: 5788657.

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

Color convert

RGB 241 83 88 -
CMYK 0 0.66 0.63 0.05
HSL 358.1º 0.85% 0.64% -
HSV(B) 358.1º 0.66% 0.95% -
XYZ 41.13 25.59 12 -
YUV 130.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 241 83 88 0 0.66 0.63 0.05 358.1 0.85 0.64
Hex F1 53 58 0 42 3F 5 166 55 40
Octal 361 123 130 0 102 77 5 546 125 100
Binary 11110001 1010011 1011000 0 1000010 111111 101 101100110 1010101 1000000

Color Harmonies of #F15358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15358

Black with #F15358

Text Example


Text Example

White with #F15358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15358; }

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

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

background-color css

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

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

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

border-color css

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

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

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