Html Css Color HEX #F53760 Radical Red

📋 copy color: '#F53760'

red 245 ◦ green 55 ◦ blue 96

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

Shades of Radical Red #F53760

Tints of Radical Red #F53760

RGB

 RED value IS 245 (96.09% from 255) = 61.87%

 GREEN value IS 55 (21.88% from 255) = 13.89%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 61.87%
G = 13.89%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F53760 (or 0xF53760) is known color: Radical Red. HEX triplet: F5, 37 and 60. RGB value is (245,55,96). Sum of RGB (Red+Green+Blue) = 245+55+96=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F53760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53760 is #0AC89F. Grayscale: #747474. Windows color (decimal): -706720 or 6305781. OLE color: 6305781.

HSL color Cylindrical-coordinate representation of color #F53760: hue angle of 347.05º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53760 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 96 -
CMYK 0 0.78 0.61 0.04
HSL 347.05º 0.9% 0.59% -
HSV(B) 347.05º 0.78% 0.96% -
XYZ 41.13 22.99 13.34 -
YUV 116.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 245 55 96 0 0.78 0.61 0.04 347.05 0.9 0.59
Hex F5 37 60 0 4E 3D 4 15B 5A 3B
Octal 365 67 140 0 116 75 4 533 132 73
Binary 11110101 110111 1100000 0 1001110 111101 100 101011011 1011010 111011

Color Harmonies of #F53760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53760

Black with #F53760

Text Example


Text Example

White with #F53760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53760; }

 p { color: rgb(245,55,96); }

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

background-color css

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

 a { background-color: rgb(245,55,96); }

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

border-color css

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

 span { border-color: rgb(245,55,96); }

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