#F83160

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

Shades of Radical Red #F83160

Tints of Radical Red #F83160

Color information

#F83160 (or 0xF83160) is unknown color: approx Radical Red. HEX triplet: F8, 31 and 60. RGB value is (248,49,96). Sum of RGB (Red+Green+Blue) = 248+49+96=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F83160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83160 is #07CE9F. Grayscale: #717171. Windows color (decimal): -511648 or 6304248. OLE color: 6304248.

HSL color Cylindrical-coordinate representation of color #F83160: hue angle of 345.83º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83160 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB2484996-
CMYK00.800.610.03
HSL345.83º93.43%58.24%-
HSV(B)345.83º80.24%97.25%-
XYZ41.922313.3-
YUV113.86117.93223.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.10%
GREEN value IS 49 (19.53% from 255) = 12.47%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=63.10%
G=12.47%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248499600.800.610.03345.8393.4358.24
HexF831600503D315a5d3a
Octal37061140012075353213572
Binary11111000110001110000001010000111101111010110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83160; }

 p { color: rgb(248,49,96); }

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

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

 a { background-color: rgb(248,49,96); }

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

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

 span { border-color: rgb(248,49,96); }

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