#F8205F

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

Shades of Radical Red #F8205F

Tints of Radical Red #F8205F

Color information

#F8205F (or 0xF8205F) is unknown color: approx Radical Red. HEX triplet: F8, 20 and 5F. RGB value is (248,32,95). Sum of RGB (Red+Green+Blue) = 248+32+95=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8205F is #07DFA0. Grayscale: #676767. Windows color (decimal): -516001 or 6234360. OLE color: 6234360.

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

Color convert

RGB2483295-
CMYK00.870.620.03
HSL342.5º93.91%54.9%-
HSV(B)342.5º87.1%97.25%-
XYZ41.2921.8212.86-
YUV103.77123.06230.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.13%
GREEN value IS 32 (12.89% from 255) = 8.53%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=66.13%
G=8.53%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248329500.870.620.03342.593.9154.9
HexF8205F0573E31565e37
Octal37040137012776352613667
Binary11111000100000101111101010111111110111010101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8205F; }

 p { color: rgb(248,32,95); }

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

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

 a { background-color: rgb(248,32,95); }

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

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

 span { border-color: rgb(248,32,95); }

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