#F73A55

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

Shades of Radical Red #F73A55

Tints of Radical Red #F73A55

Color information

#F73A55 (or 0xF73A55) is unknown color: approx Radical Red. HEX triplet: F7, 3A and 55. RGB value is (247,58,85). Sum of RGB (Red+Green+Blue) = 247+58+85=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A55 is #08C5AA. Grayscale: #757575. Windows color (decimal): -574891 or 5585655. OLE color: 5585655.

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

Color convert

RGB2475885-
CMYK00.770.660.03
HSL351.43º92.2%59.8%-
HSV(B)351.43º76.52%96.86%-
XYZ41.5123.4610.93-
YUV117.59109.62220.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.33%
GREEN value IS 58 (23.05% from 255) = 14.87%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=63.33%
G=14.87%
B=21.79%

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
Decimal247588500.770.660.03351.4392.259.8
HexF73A5504D42315f5c3c
Octal367721250115102353713474
Binary111101111110101010101010011011000010111010111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A55; }

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

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

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

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

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

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

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

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