#F8475E

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

Shades of Radical Red #F8475E

Tints of Radical Red #F8475E

Color information

#F8475E (or 0xF8475E) is unknown color: approx Radical Red. HEX triplet: F8, 47 and 5E. RGB value is (248,71,94). Sum of RGB (Red+Green+Blue) = 248+71+94=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8475E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8475E is #07B8A1. Grayscale: #7E7E7E. Windows color (decimal): -506018 or 6178808. OLE color: 6178808.

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

Color convert

RGB2487194-
CMYK00.710.620.03
HSL352.2º92.67%62.55%-
HSV(B)352.2º71.37%97.25%-
XYZ42.9925.2713.2-
YUV126.55109.64214.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.05%
GREEN value IS 71 (28.12% from 255) = 17.19%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=60.05%
G=17.19%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248719400.710.620.03352.292.6762.55
HexF8475E0473E31605d3f
Octal370107136010776354013577
Binary111110001000111101111001000111111110111011000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8475E; }

 p { color: rgb(248,71,94); }

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

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

 a { background-color: rgb(248,71,94); }

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

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

 span { border-color: rgb(248,71,94); }

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