Html Css Color HEX #F52973 Radical Red

📋 copy color: '#F52973'

red 245 ◦ green 41 ◦ blue 115

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

Shades of Radical Red #F52973

Tints of Radical Red #F52973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

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

R = 61.1%
G = 10.22%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F52973 (or 0xF52973) is known color: Radical Red. HEX triplet: F5, 29 and 73. RGB value is (245,41,115). Sum of RGB (Red+Green+Blue) = 245+41+115=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F52973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52973 is #0AD68C. Grayscale: #6E6E6E. Windows color (decimal): -710285 or 7547381. OLE color: 7547381.

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

Color convert

RGB 245 41 115 -
CMYK 0 0.83 0.53 0.04
HSL 338.24º 0.91% 0.56% -
HSV(B) 338.24º 0.83% 0.96% -
XYZ 41.54 22.24 18.32 -
YUV 110.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 245 41 115 0 0.83 0.53 0.04 338.24 0.91 0.56
Hex F5 29 73 0 53 35 4 152 5B 38
Octal 365 51 163 0 123 65 4 522 133 70
Binary 11110101 101001 1110011 0 1010011 110101 100 101010010 1011011 111000

Color Harmonies of #F52973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52973

Black with #F52973

Text Example


Text Example

White with #F52973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52973; }

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

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

background-color css

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

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

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

border-color css

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

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

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