#F73A54

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

Shades of Radical Red #F73A54

Tints of Radical Red #F73A54

Color information

#F73A54 (or 0xF73A54) is unknown color: approx Radical Red. HEX triplet: F7, 3A and 54. RGB value is (247,58,84). Sum of RGB (Red+Green+Blue) = 247+58+84=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A54 is #08C5AB. Grayscale: #757575. Windows color (decimal): -574892 or 5520119. OLE color: 5520119.

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

Color convert

RGB2475884-
CMYK00.770.660.03
HSL351.75º92.2%59.8%-
HSV(B)351.75º76.52%96.86%-
XYZ41.4723.4410.73-
YUV117.48109.12220.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.50%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=63.50%
G=14.91%
B=21.59%

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
Decimal247588400.770.660.03351.7592.259.8
HexF73A5404D4231605c3c
Octal367721240115102354013474
Binary111101111110101010100010011011000010111011000001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A54; }

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

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

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

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

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

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

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

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