#FC396C

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

Shades of Radical Red #FC396C

Tints of Radical Red #FC396C

Color information

#FC396C (or 0xFC396C) is unknown color: approx Radical Red. HEX triplet: FC, 39 and 6C. RGB value is (252,57,108). Sum of RGB (Red+Green+Blue) = 252+57+108=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC396C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC396C is #03C693. Grayscale: #797979. Windows color (decimal): -247444 or 7092732. OLE color: 7092732.

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

Color convert

RGB25257108-
CMYK00.770.570.01
HSL344.31º97.01%60.59%-
HSV(B)344.31º77.38%98.82%-
XYZ44.3124.716.62-
YUV121.12120.6221.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=60.43%
G=13.67%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525710800.770.570.01344.3197.0160.59
HexFC396C04D391158613d
Octal37471154011571153014175
Binary1111110011100111011000100110111100111010110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC396C; }

 p { color: rgb(252,57,108); }

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

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

 a { background-color: rgb(252,57,108); }

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

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

 span { border-color: rgb(252,57,108); }

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