Html Css Color HEX #F05355 Mandy

📋 copy color: '#F05355'

red 240 ◦ green 83 ◦ blue 85

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

Shades of Mandy #F05355

Tints of Mandy #F05355

RGB

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

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

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

R = 58.82%
G = 20.34%
B = 20.83%

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

#F05355 (or 0xF05355) is known color: Mandy. HEX triplet: F0, 53 and 55. RGB value is (240,83,85). Sum of RGB (Red+Green+Blue) = 240+83+85=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F05355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05355 is #0FACAA. Grayscale: #828282. Windows color (decimal): -1027243 or 5592048. OLE color: 5592048.

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

Color convert

RGB 240 83 85 -
CMYK 0 0.65 0.65 0.06
HSL 359.24º 0.84% 0.63% -
HSV(B) 359.24º 0.65% 0.94% -
XYZ 40.67 25.37 11.35 -
YUV 130.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 240 83 85 0 0.65 0.65 0.06 359.24 0.84 0.63
Hex F0 53 55 0 41 41 6 167 54 3F
Octal 360 123 125 0 101 101 6 547 124 77
Binary 11110000 1010011 1010101 0 1000001 1000001 110 101100111 1010100 111111

Color Harmonies of #F05355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05355

Black with #F05355

Text Example


Text Example

White with #F05355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05355; }

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

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

background-color css

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

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

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

border-color css

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

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

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