#FC5157

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

Shades of Radical Red #FC5157

Tints of Radical Red #FC5157

Color information

#FC5157 (or 0xFC5157) is unknown color: approx Radical Red. HEX triplet: FC, 51 and 57. RGB value is (252,81,87). Sum of RGB (Red+Green+Blue) = 252+81+87=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5157 is #03AEA8. Grayscale: #848484. Windows color (decimal): -241321 or 5722620. OLE color: 5722620.

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

Color convert

RGB2528187-
CMYK00.680.650.01
HSL357.89º96.61%65.29%-
HSV(B)357.89º67.86%98.82%-
XYZ44.8127.2711.92-
YUV132.81102.15213.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 87 (34.38% from 255) = 20.71%
R=60%
G=19.29%
B=20.71%

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
Decimal252818700.680.650.01357.8996.6165.29
HexFC51570444111666141
Octal37412112701041011546141101
Binary1111110010100011010111010001001000001110110011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5157; }

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

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

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

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

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

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

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

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