Html Css Color HEX #F53170 Radical Red

📋 copy color: '#F53170'

red 245 ◦ green 49 ◦ blue 112

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

Shades of Radical Red #F53170

Tints of Radical Red #F53170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 60.34%
G = 12.07%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F53170 (or 0xF53170) is known color: Radical Red. HEX triplet: F5, 31 and 70. RGB value is (245,49,112). Sum of RGB (Red+Green+Blue) = 245+49+112=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F53170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53170 is #0ACE8F. Grayscale: #727272. Windows color (decimal): -708240 or 7352821. OLE color: 7352821.

HSL color Cylindrical-coordinate representation of color #F53170: hue angle of 340.71º 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 #F53170 is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 112 -
CMYK 0 0.8 0.54 0.04
HSL 340.71º 0.91% 0.58% -
HSV(B) 340.71º 0.8% 0.96% -
XYZ 41.68 22.78 17.53 -
YUV 114.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 245 49 112 0 0.8 0.54 0.04 340.71 0.91 0.58
Hex F5 31 70 0 50 36 4 155 5B 3A
Octal 365 61 160 0 120 66 4 525 133 72
Binary 11110101 110001 1110000 0 1010000 110110 100 101010101 1011011 111010

Color Harmonies of #F53170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53170

Black with #F53170

Text Example


Text Example

White with #F53170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53170; }

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

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

background-color css

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

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

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

border-color css

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

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

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