#F73A53

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

Shades of Radical Red #F73A53

Tints of Radical Red #F73A53

Color information

#F73A53 (or 0xF73A53) is unknown color: approx Radical Red. HEX triplet: F7, 3A and 53. RGB value is (247,58,83). Sum of RGB (Red+Green+Blue) = 247+58+83=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A53 is #08C5AC. Grayscale: #757575. Windows color (decimal): -574893 or 5454583. OLE color: 5454583.

HSL color Cylindrical-coordinate representation of color #F73A53: hue angle of 352.06º 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 #F73A53 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB2475883-
CMYK00.770.660.03
HSL352.06º92.2%59.8%-
HSV(B)352.06º76.52%96.86%-
XYZ41.4323.4210.52-
YUV117.36108.62220.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.66%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=63.66%
G=14.95%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247588300.770.660.03352.0692.259.8
HexF73A5304D4231605c3c
Octal367721230115102354013474
Binary111101111110101010011010011011000010111011000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A53; }

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

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

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

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

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

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

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

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