#F83070

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

Shades of Radical Red #F83070

Tints of Radical Red #F83070

Color information

#F83070 (or 0xF83070) is unknown color: approx Radical Red. HEX triplet: F8, 30 and 70. RGB value is (248,48,112). Sum of RGB (Red+Green+Blue) = 248+48+112=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F83070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83070 is #07CF8F. Grayscale: #737373. Windows color (decimal): -511888 or 7352568. OLE color: 7352568.

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

Color convert

RGB24848112-
CMYK00.810.550.03
HSL340.8º93.46%58.04%-
HSV(B)340.8º80.65%97.25%-
XYZ42.6923.2417.56-
YUV115.1126.26222.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.78%
GREEN value IS 48 (19.14% from 255) = 11.76%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=60.78%
G=11.76%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484811200.810.550.03340.893.4658.04
HexF830700513731555d3a
Octal37060160012167352513572
Binary11111000110000111000001010001110111111010101011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83070; }

 p { color: rgb(248,48,112); }

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

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

 a { background-color: rgb(248,48,112); }

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

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

 span { border-color: rgb(248,48,112); }

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