#F83952

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

Shades of Radical Red #F83952

Tints of Radical Red #F83952

Color information

#F83952 (or 0xF83952) is unknown color: approx Radical Red. HEX triplet: F8, 39 and 52. RGB value is (248,57,82). Sum of RGB (Red+Green+Blue) = 248+57+82=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F83952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83952 is #07C6AD. Grayscale: #757575. Windows color (decimal): -509614 or 5388792. OLE color: 5388792.

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

Color convert

RGB2485782-
CMYK00.770.670.03
HSL352.15º93.17%59.8%-
HSV(B)352.15º77.02%97.25%-
XYZ41.723.4910.32-
YUV116.96108.28221.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.08%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=64.08%
G=14.73%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248578200.770.670.03352.1593.1759.8
HexF8395204D4331605d3c
Octal370711220115103354013574
Binary111110001110011010010010011011000011111011000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83952; }

 p { color: rgb(248,57,82); }

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

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

 a { background-color: rgb(248,57,82); }

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

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

 span { border-color: rgb(248,57,82); }

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