#F82868

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

Shades of Radical Red #F82868

Tints of Radical Red #F82868

Color information

#F82868 (or 0xF82868) is unknown color: approx Radical Red. HEX triplet: F8, 28 and 68. RGB value is (248,40,104). Sum of RGB (Red+Green+Blue) = 248+40+104=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F82868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82868 is #07D797. Grayscale: #6D6D6D. Windows color (decimal): -513944 or 6826232. OLE color: 6826232.

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

Color convert

RGB24840104-
CMYK00.840.580.03
HSL341.54º93.69%56.47%-
HSV(B)341.54º83.87%97.25%-
XYZ41.9722.4715.22-
YUV109.49124.91226.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.27%
GREEN value IS 40 (16.02% from 255) = 10.20%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=63.27%
G=10.20%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484010400.840.580.03341.5493.6956.47
HexF828680543A31565e38
Octal37050150012472352613670
Binary11111000101000110100001010100111010111010101101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82868; }

 p { color: rgb(248,40,104); }

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

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

 a { background-color: rgb(248,40,104); }

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

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

 span { border-color: rgb(248,40,104); }

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