#F73573

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

Shades of Radical Red #F73573

Tints of Radical Red #F73573

Color information

#F73573 (or 0xF73573) is unknown color: approx Radical Red. HEX triplet: F7, 35 and 73. RGB value is (247,53,115). Sum of RGB (Red+Green+Blue) = 247+53+115=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F73573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73573 is #08CA8C. Grayscale: #767676. Windows color (decimal): -576141 or 7550455. OLE color: 7550455.

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

Color convert

RGB24753115-
CMYK00.790.530.03
HSL340.82º92.38%58.82%-
HSV(B)340.82º78.54%96.86%-
XYZ42.7323.5618.51-
YUV118.07126.27219.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.52%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=59.52%
G=12.77%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475311500.790.530.03340.8292.3858.82
HexF7357304F3531555c3b
Octal36765163011765352513473
Binary11110111110101111001101001111110101111010101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73573; }

 p { color: rgb(247,53,115); }

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

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

 a { background-color: rgb(247,53,115); }

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

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

 span { border-color: rgb(247,53,115); }

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