Html Css Color HEX #F53160 Radical Red

📋 copy color: '#F53160'

red 245 ◦ green 49 ◦ blue 96

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

Shades of Radical Red #F53160

Tints of Radical Red #F53160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

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

R = 62.82%
G = 12.56%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F53160 (or 0xF53160) is known color: Radical Red. HEX triplet: F5, 31 and 60. RGB value is (245,49,96). Sum of RGB (Red+Green+Blue) = 245+49+96=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F53160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53160 is #0ACE9F. Grayscale: #707070. Windows color (decimal): -708256 or 6304245. OLE color: 6304245.

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

Color convert

RGB 245 49 96 -
CMYK 0 0.8 0.61 0.04
HSL 345.61º 0.91% 0.58% -
HSV(B) 345.61º 0.8% 0.96% -
XYZ 40.87 22.45 13.25 -
YUV 112.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 245 49 96 0 0.8 0.61 0.04 345.61 0.91 0.58
Hex F5 31 60 0 50 3D 4 15A 5B 3A
Octal 365 61 140 0 120 75 4 532 133 72
Binary 11110101 110001 1100000 0 1010000 111101 100 101011010 1011011 111010

Color Harmonies of #F53160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53160

Black with #F53160

Text Example


Text Example

White with #F53160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53160; }

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

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

background-color css

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

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

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

border-color css

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

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

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