#FC3D52

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

Shades of Radical Red #FC3D52

Tints of Radical Red #FC3D52

Color information

#FC3D52 (or 0xFC3D52) is unknown color: approx Radical Red. HEX triplet: FC, 3D and 52. RGB value is (252,61,82). Sum of RGB (Red+Green+Blue) = 252+61+82=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3D52 is #03C2AD. Grayscale: #787878. Windows color (decimal): -246446 or 5389820. OLE color: 5389820.

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

Color convert

RGB2526182-
CMYK00.760.670.01
HSL353.4º96.95%61.37%-
HSV(B)353.4º75.79%98.82%-
XYZ43.3424.6410.45-
YUV120.5106.28221.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.80%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=63.80%
G=15.44%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252618200.760.670.01353.496.9561.37
HexFC3D5204C431161613d
Octal374751220114103154114175
Binary11111100111101101001001001100100001111011000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3D52; }

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

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

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

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

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

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

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

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