#F73C53

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

Shades of Radical Red #F73C53

Tints of Radical Red #F73C53

Color information

#F73C53 (or 0xF73C53) is unknown color: approx Radical Red. HEX triplet: F7, 3C and 53. RGB value is (247,60,83). Sum of RGB (Red+Green+Blue) = 247+60+83=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73C53 is #08C3AC. Grayscale: #767676. Windows color (decimal): -574381 or 5455095. OLE color: 5455095.

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

Color convert

RGB2476083-
CMYK00.760.660.03
HSL352.62º92.12%60.2%-
HSV(B)352.62º75.71%96.86%-
XYZ41.5323.6310.56-
YUV118.54107.95219.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 63.33%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=63.33%
G=15.38%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247608300.760.660.03352.6292.1260.2
HexF73C5304C4231615c3c
Octal367741230114102354113474
Binary111101111111001010011010011001000010111011000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73C53; }

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

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

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

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

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

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

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

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