Html Css Color HEX #F53373 Radical Red

📋 copy color: '#F53373'

red 245 ◦ green 51 ◦ blue 115

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

Shades of Radical Red #F53373

Tints of Radical Red #F53373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 59.61%
G = 12.41%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F53373 (or 0xF53373) is known color: Radical Red. HEX triplet: F5, 33 and 73. RGB value is (245,51,115). Sum of RGB (Red+Green+Blue) = 245+51+115=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F53373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53373 is #0ACC8C. Grayscale: #747474. Windows color (decimal): -707725 or 7549941. OLE color: 7549941.

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

Color convert

RGB 245 51 115 -
CMYK 0 0.79 0.53 0.04
HSL 340.21º 0.91% 0.58% -
HSV(B) 340.21º 0.79% 0.96% -
XYZ 41.93 23.02 18.45 -
YUV 116.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 245 51 115 0 0.79 0.53 0.04 340.21 0.91 0.58
Hex F5 33 73 0 4F 35 4 154 5B 3A
Octal 365 63 163 0 117 65 4 524 133 72
Binary 11110101 110011 1110011 0 1001111 110101 100 101010100 1011011 111010

Color Harmonies of #F53373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53373

Black with #F53373

Text Example


Text Example

White with #F53373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53373; }

 p { color: rgb(245,51,115); }

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

background-color css

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

 a { background-color: rgb(245,51,115); }

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

border-color css

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

 span { border-color: rgb(245,51,115); }

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