#F73C52

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

Shades of Radical Red #F73C52

Tints of Radical Red #F73C52

Color information

#F73C52 (or 0xF73C52) is unknown color: approx Radical Red. HEX triplet: F7, 3C and 52. RGB value is (247,60,82). Sum of RGB (Red+Green+Blue) = 247+60+82=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73C52 is #08C3AD. Grayscale: #767676. Windows color (decimal): -574382 or 5389559. OLE color: 5389559.

HSL color Cylindrical-coordinate representation of color #F73C52: hue angle of 352.94º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73C52 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB2476082-
CMYK00.760.670.03
HSL352.94º92.12%60.2%-
HSV(B)352.94º75.71%96.86%-
XYZ41.523.6210.35-
YUV118.42107.45219.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.50%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=63.50%
G=15.42%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247608200.760.670.03352.9492.1260.2
HexF73C5204C4331615c3c
Octal367741220114103354113474
Binary111101111111001010010010011001000011111011000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73C52; }

 p { color: rgb(247,60,82); }

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

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

 a { background-color: rgb(247,60,82); }

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

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

 span { border-color: rgb(247,60,82); }

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