Html Css Color HEX #F05154 Mandy

📋 copy color: '#F05154'

red 240 ◦ green 81 ◦ blue 84

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

Shades of Mandy #F05154

Tints of Mandy #F05154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 59.26%
G = 20%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05154 (or 0xF05154) is known color: Mandy. HEX triplet: F0, 51 and 54. RGB value is (240,81,84). Sum of RGB (Red+Green+Blue) = 240+81+84=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F05154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05154 is #0FAEAB. Grayscale: #818181. Windows color (decimal): -1027756 or 5526000. OLE color: 5526000.

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

Color convert

RGB 240 81 84 -
CMYK 0 0.66 0.65 0.06
HSL 358.87º 0.84% 0.63% -
HSV(B) 358.87º 0.66% 0.94% -
XYZ 40.48 25.05 11.09 -
YUV 128.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 240 81 84 0 0.66 0.65 0.06 358.87 0.84 0.63
Hex F0 51 54 0 42 41 6 167 54 3F
Octal 360 121 124 0 102 101 6 547 124 77
Binary 11110000 1010001 1010100 0 1000010 1000001 110 101100111 1010100 111111

Color Harmonies of #F05154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05154

Black with #F05154

Text Example


Text Example

White with #F05154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05154; }

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

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

background-color css

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

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

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

border-color css

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

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

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