#F53171

Color #F53171 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F53171

Tints of Radical Red #F53171

Color information

#F53171 (or 0xF53171) is unknown color: approx Radical Red. HEX triplet: F5, 31 and 71. RGB value is (245,49,113). Sum of RGB (Red+Green+Blue) = 245+49+113=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F53171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53171 is #0ACE8E. Grayscale: #727272. Windows color (decimal): -708239 or 7418357. OLE color: 7418357.

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

Color convert

RGB24549113-
CMYK00.80.540.04
HSL340.41º90.74%57.65%-
HSV(B)340.41º80%96.08%-
XYZ41.7422.817.82-
YUV114.9126.93220.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=60.20%
G=12.04%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454911300.80.540.04340.4190.7457.65
HexF531710503641545b3a
Octal36561161012066452413372
Binary111101011100011110001010100001101101001010101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53171; }

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

 H1.HeaderClassName
 {
   color: #F53171;
 }
 .AnyTagClassName
 {
   color: #F53171;
 }
</style>
background-color css

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

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

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

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

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

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