#F92A73

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

Shades of Radical Red #F92A73

Tints of Radical Red #F92A73

Color information

#F92A73 (or 0xF92A73) is unknown color: approx Radical Red. HEX triplet: F9, 2A and 73. RGB value is (249,42,115). Sum of RGB (Red+Green+Blue) = 249+42+115=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A73 is #06D58C. Grayscale: #707070. Windows color (decimal): -447885 or 7547641. OLE color: 7547641.

HSL color Cylindrical-coordinate representation of color #F92A73: hue angle of 338.84º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A73 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB24942115-
CMYK00.830.540.02
HSL338.84º94.52%57.06%-
HSV(B)338.84º83.13%97.65%-
XYZ42.9923.0318.4-
YUV112.21129.58225.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.33%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=61.33%
G=10.34%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494211500.830.540.02338.8494.5257.06
HexF92A730533621535f39
Octal37152163012366252313771
Binary11111001101010111001101010011110110101010100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92A73; }

 p { color: rgb(249,42,115); }

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

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

 a { background-color: rgb(249,42,115); }

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

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

 span { border-color: rgb(249,42,115); }

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