#F82971

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

Shades of Radical Red #F82971

Tints of Radical Red #F82971

Color information

#F82971 (or 0xF82971) is unknown color: approx Radical Red. HEX triplet: F8, 29 and 71. RGB value is (248,41,113). Sum of RGB (Red+Green+Blue) = 248+41+113=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F82971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82971 is #07D68E. Grayscale: #6F6F6F. Windows color (decimal): -513679 or 7416312. OLE color: 7416312.

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

Color convert

RGB24841113-
CMYK00.830.540.03
HSL339.13º93.67%56.67%-
HSV(B)339.13º83.47%97.25%-
XYZ42.4822.7317.77-
YUV111.1129.08225.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.69%
GREEN value IS 41 (16.41% from 255) = 10.20%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=61.69%
G=10.20%
B=28.11%

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
Decimal2484111300.830.540.03339.1393.6756.67
HexF829710533631535e39
Octal37051161012366352313671
Binary11111000101001111000101010011110110111010100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82971; }

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

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

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

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

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

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

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

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