Html Css Color HEX #F05354 Mandy

📋 copy color: '#F05354'

red 240 ◦ green 83 ◦ blue 84

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

Shades of Mandy #F05354

Tints of Mandy #F05354

RGB

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

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

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

R = 58.97%
G = 20.39%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05354 (or 0xF05354) is known color: Mandy. HEX triplet: F0, 53 and 54. RGB value is (240,83,84). Sum of RGB (Red+Green+Blue) = 240+83+84=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F05354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05354 is #0FACAB. Grayscale: #828282. Windows color (decimal): -1027244 or 5526512. OLE color: 5526512.

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

Color convert

RGB 240 83 84 -
CMYK 0 0.65 0.65 0.06
HSL 359.62º 0.84% 0.63% -
HSV(B) 359.62º 0.65% 0.94% -
XYZ 40.63 25.35 11.14 -
YUV 130.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 240 83 84 0 0.65 0.65 0.06 359.62 0.84 0.63
Hex F0 53 54 0 41 41 6 168 54 3F
Octal 360 123 124 0 101 101 6 550 124 77
Binary 11110000 1010011 1010100 0 1000001 1000001 110 101101000 1010100 111111

Color Harmonies of #F05354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05354

Black with #F05354

Text Example


Text Example

White with #F05354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05354; }

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

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

background-color css

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

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

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

border-color css

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

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

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