#FC5158

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

Shades of Radical Red #FC5158

Tints of Radical Red #FC5158

Color information

#FC5158 (or 0xFC5158) is unknown color: approx Radical Red. HEX triplet: FC, 51 and 58. RGB value is (252,81,88). Sum of RGB (Red+Green+Blue) = 252+81+88=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5158 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5158 is #03AEA7. Grayscale: #858585. Windows color (decimal): -241320 or 5788156. OLE color: 5788156.

HSL color Cylindrical-coordinate representation of color #FC5158: hue angle of 357.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5158 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB2528188-
CMYK00.680.650.01
HSL357.54º96.61%65.29%-
HSV(B)357.54º67.86%98.82%-
XYZ44.8527.2812.14-
YUV132.93102.65212.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.86%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=59.86%
G=19.24%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252818800.680.650.01357.5496.6165.29
HexFC51580444111666141
Octal37412113001041011546141101
Binary1111110010100011011000010001001000001110110011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5158; }

 p { color: rgb(252,81,88); }

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

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

 a { background-color: rgb(252,81,88); }

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

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

 span { border-color: rgb(252,81,88); }

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