Html Css Color HEX #F05156 Mandy

📋 copy color: '#F05156'

red 240 ◦ green 81 ◦ blue 86

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

Shades of Mandy #F05156

Tints of Mandy #F05156

RGB

 RED value IS 240 (94.14% from 255) = 58.97%

 GREEN value IS 81 (32.03% from 255) = 19.9%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 58.97%
G = 19.9%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F05156 (or 0xF05156) is known color: Mandy. HEX triplet: F0, 51 and 56. RGB value is (240,81,86). Sum of RGB (Red+Green+Blue) = 240+81+86=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F05156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05156 is #0FAEA9. Grayscale: #818181. Windows color (decimal): -1027754 or 5657072. OLE color: 5657072.

HSL color Cylindrical-coordinate representation of color #F05156: hue angle of 358.11º 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 #F05156 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 86 -
CMYK 0 0.66 0.64 0.06
HSL 358.11º 0.84% 0.63% -
HSV(B) 358.11º 0.66% 0.94% -
XYZ 40.56 25.08 11.51 -
YUV 129.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 240 81 86 0 0.66 0.64 0.06 358.11 0.84 0.63
Hex F0 51 56 0 42 40 6 166 54 3F
Octal 360 121 126 0 102 100 6 546 124 77
Binary 11110000 1010001 1010110 0 1000010 1000000 110 101100110 1010100 111111

Color Harmonies of #F05156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05156

Black with #F05156

Text Example


Text Example

White with #F05156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05156; }

 p { color: rgb(240,81,86); }

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

background-color css

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

 a { background-color: rgb(240,81,86); }

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

border-color css

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

 span { border-color: rgb(240,81,86); }

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