#F82972

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

Shades of Radical Red #F82972

Tints of Radical Red #F82972

Color information

#F82972 (or 0xF82972) is unknown color: approx Radical Red. HEX triplet: F8, 29 and 72. RGB value is (248,41,114). Sum of RGB (Red+Green+Blue) = 248+41+114=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F82972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82972 is #07D68D. Grayscale: #6F6F6F. Windows color (decimal): -513678 or 7481848. OLE color: 7481848.

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

Color convert

RGB24841114-
CMYK00.830.540.03
HSL338.84º93.67%56.67%-
HSV(B)338.84º83.47%97.25%-
XYZ42.5422.7618.07-
YUV111.21129.58225.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.54%
GREEN value IS 41 (16.41% from 255) = 10.17%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=61.54%
G=10.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484111400.830.540.03338.8493.6756.67
HexF829720533631535e39
Octal37051162012366352313671
Binary11111000101001111001001010011110110111010100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82972; }

 p { color: rgb(248,41,114); }

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

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

 a { background-color: rgb(248,41,114); }

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

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

 span { border-color: rgb(248,41,114); }

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