#FC5152

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

Shades of Radical Red #FC5152

Tints of Radical Red #FC5152

Color information

#FC5152 (or 0xFC5152) is unknown color: approx Radical Red. HEX triplet: FC, 51 and 52. RGB value is (252,81,82). Sum of RGB (Red+Green+Blue) = 252+81+82=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5152 is #03AEAD. Grayscale: #848484. Windows color (decimal): -241326 or 5394940. OLE color: 5394940.

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

Color convert

RGB2528182-
CMYK00.680.670.01
HSL359.65º96.61%65.29%-
HSV(B)359.65º67.86%98.82%-
XYZ44.6127.1910.88-
YUV132.2499.65213.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.72%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=60.72%
G=19.52%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252818200.680.670.01359.6596.6165.29
HexFC51520444311686141
Octal37412112201041031550141101
Binary1111110010100011010010010001001000011110110100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5152; }

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

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

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

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

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

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

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

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