#F73B73

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

Shades of Radical Red #F73B73

Tints of Radical Red #F73B73

Color information

#F73B73 (or 0xF73B73) is unknown color: approx Radical Red. HEX triplet: F7, 3B and 73. RGB value is (247,59,115). Sum of RGB (Red+Green+Blue) = 247+59+115=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73B73 is #08C48C. Grayscale: #797979. Windows color (decimal): -574605 or 7551991. OLE color: 7551991.

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

Color convert

RGB24759115-
CMYK00.760.530.03
HSL342.13º92.16%60%-
HSV(B)342.13º76.11%96.86%-
XYZ43.0224.1418.61-
YUV121.6124.28217.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.67%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=58.67%
G=14.01%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2475911500.760.530.03342.1392.1660
HexF73B7304C3531565c3c
Octal36773163011465352613474
Binary11110111111011111001101001100110101111010101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B73; }

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

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

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

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

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

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

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

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