#F73A52

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

Shades of Radical Red #F73A52

Tints of Radical Red #F73A52

Color information

#F73A52 (or 0xF73A52) is unknown color: approx Radical Red. HEX triplet: F7, 3A and 52. RGB value is (247,58,82). Sum of RGB (Red+Green+Blue) = 247+58+82=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A52 is #08C5AD. Grayscale: #757575. Windows color (decimal): -574894 or 5389047. OLE color: 5389047.

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

Color convert

RGB2475882-
CMYK00.770.670.03
HSL352.38º92.2%59.8%-
HSV(B)352.38º76.52%96.86%-
XYZ41.3923.4110.32-
YUV117.25108.12220.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.82%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=63.82%
G=14.99%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247588200.770.670.03352.3892.259.8
HexF73A5204D4331605c3c
Octal367721220115103354013474
Binary111101111110101010010010011011000011111011000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A52; }

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

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

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

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

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

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

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

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