#F8484F

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

Shades of Radical Red #F8484F

Tints of Radical Red #F8484F

Color information

#F8484F (or 0xF8484F) is unknown color: approx Radical Red. HEX triplet: F8, 48 and 4F. RGB value is (248,72,79). Sum of RGB (Red+Green+Blue) = 248+72+79=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F8484F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8484F is #07B7B0. Grayscale: #7D7D7D. Windows color (decimal): -505777 or 5196024. OLE color: 5196024.

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

Color convert

RGB2487279-
CMYK00.710.680.03
HSL357.61º92.63%62.75%-
HSV(B)357.61º70.97%97.25%-
XYZ42.4425.1610.02-
YUV125.42101.81215.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=62.16%
G=18.05%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248727900.710.680.03357.6192.6362.75
HexF8484F0474431665d3f
Octal3701101170107104354613577
Binary1111100010010001001111010001111000100111011001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8484F; }

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

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

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

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

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

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

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

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