#FC1D52

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

Shades of Radical Red #FC1D52

Tints of Radical Red #FC1D52

Color information

#FC1D52 (or 0xFC1D52) is unknown color: approx Radical Red. HEX triplet: FC, 1D and 52. RGB value is (252,29,82). Sum of RGB (Red+Green+Blue) = 252+29+82=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1D52 is #03E2AD. Grayscale: #656565. Windows color (decimal): -254638 or 5381628. OLE color: 5381628.

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

Color convert

RGB2522982-
CMYK00.880.670.01
HSL345.74º97.38%55.1%-
HSV(B)345.74º88.49%98.82%-
XYZ42.1122.1810.05-
YUV101.72116.88235.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.42%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=69.42%
G=7.99%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252298200.880.670.01345.7497.3855.1
HexFC1D5205843115a6137
Octal374351220130103153214167
Binary1111110011101101001001011000100001111010110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1D52; }

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

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

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

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

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

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

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

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