#F8485E

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

Shades of Radical Red #F8485E

Tints of Radical Red #F8485E

Color information

#F8485E (or 0xF8485E) is unknown color: approx Radical Red. HEX triplet: F8, 48 and 5E. RGB value is (248,72,94). Sum of RGB (Red+Green+Blue) = 248+72+94=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F8485E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8485E is #07B7A1. Grayscale: #7F7F7F. Windows color (decimal): -505762 or 6179064. OLE color: 6179064.

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

Color convert

RGB2487294-
CMYK00.710.620.03
HSL352.5º92.63%62.75%-
HSV(B)352.5º70.97%97.25%-
XYZ43.0525.413.22-
YUV127.13109.31214.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.90%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=59.90%
G=17.39%
B=22.71%

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
Decimal248729400.710.620.03352.592.6362.75
HexF8485E0473E31605d3f
Octal370110136010776354013577
Binary111110001001000101111001000111111110111011000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8485E; }

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

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

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

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

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

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

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

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