#F83973

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

Shades of Radical Red #F83973

Tints of Radical Red #F83973

Color information

#F83973 (or 0xF83973) is unknown color: approx Radical Red. HEX triplet: F8, 39 and 73. RGB value is (248,57,115). Sum of RGB (Red+Green+Blue) = 248+57+115=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F83973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83973 is #07C68C. Grayscale: #787878. Windows color (decimal): -509581 or 7551480. OLE color: 7551480.

HSL color Cylindrical-coordinate representation of color #F83973: hue angle of 341.78º 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 #F83973 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB24857115-
CMYK00.770.540.03
HSL341.78º93.17%59.8%-
HSV(B)341.78º77.02%97.25%-
XYZ43.2724.1218.59-
YUV120.72124.78218.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.05%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=59.05%
G=13.57%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485711500.770.540.03341.7893.1759.8
HexF8397304D3631565d3c
Octal37071163011566352613574
Binary11111000111001111001101001101110110111010101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83973; }

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

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

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

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

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

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

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

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