#F82C71

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

Shades of Radical Red #F82C71

Tints of Radical Red #F82C71

Color information

#F82C71 (or 0xF82C71) is unknown color: approx Radical Red. HEX triplet: F8, 2C and 71. RGB value is (248,44,113). Sum of RGB (Red+Green+Blue) = 248+44+113=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C71 is #07D38E. Grayscale: #707070. Windows color (decimal): -512911 or 7417080. OLE color: 7417080.

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

Color convert

RGB24844113-
CMYK00.820.540.03
HSL339.71º93.58%57.25%-
HSV(B)339.71º82.26%97.25%-
XYZ42.5922.9517.81-
YUV112.86128.09224.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.23%
GREEN value IS 44 (17.58% from 255) = 10.86%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=61.23%
G=10.86%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484411300.820.540.03339.7193.5857.25
HexF82C710523631545e39
Octal37054161012266352413671
Binary11111000101100111000101010010110110111010101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82C71; }

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

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

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

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

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

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

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

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