#F83C48

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

Shades of Radical Red #F83C48

Tints of Radical Red #F83C48

Color information

#F83C48 (or 0xF83C48) is unknown color: approx Radical Red. HEX triplet: F8, 3C and 48. RGB value is (248,60,72). Sum of RGB (Red+Green+Blue) = 248+60+72=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83C48 is #07C3B7. Grayscale: #757575. Windows color (decimal): -508856 or 4734200. OLE color: 4734200.

HSL color Cylindrical-coordinate representation of color #F83C48: hue angle of 356.17º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83C48 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB2486072-
CMYK00.760.710.03
HSL356.17º93.07%60.39%-
HSV(B)356.17º75.81%97.25%-
XYZ41.523.668.51-
YUV117.58102.28221.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.26%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=65.26%
G=15.79%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248607200.760.710.03356.1793.0760.39
HexF83C4804C4731645d3c
Octal370741100114107354413574
Binary111110001111001001000010011001000111111011001001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83C48; }

 p { color: rgb(248,60,72); }

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

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

 a { background-color: rgb(248,60,72); }

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

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

 span { border-color: rgb(248,60,72); }

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