#F92A72

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

Shades of Radical Red #F92A72

Tints of Radical Red #F92A72

Color information

#F92A72 (or 0xF92A72) is unknown color: approx Radical Red. HEX triplet: F9, 2A and 72. RGB value is (249,42,114). Sum of RGB (Red+Green+Blue) = 249+42+114=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A72 is #06D58D. Grayscale: #707070. Windows color (decimal): -447886 or 7482105. OLE color: 7482105.

HSL color Cylindrical-coordinate representation of color #F92A72: hue angle of 339.13º 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 #F92A72 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB24942114-
CMYK00.830.540.02
HSL339.13º94.52%57.06%-
HSV(B)339.13º83.13%97.65%-
XYZ42.9323.0118.1-
YUV112.1129.08225.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.48%
GREEN value IS 42 (16.80% from 255) = 10.37%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=61.48%
G=10.37%
B=28.15%

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
Decimal2494211400.830.540.02339.1394.5257.06
HexF92A720533621535f39
Octal37152162012366252313771
Binary11111001101010111001001010011110110101010100111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92A72; }

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

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

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

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

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

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

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

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