#FC3565

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

Shades of Radical Red #FC3565

Tints of Radical Red #FC3565

Color information

#FC3565 (or 0xFC3565) is unknown color: approx Radical Red. HEX triplet: FC, 35 and 65. RGB value is (252,53,101). Sum of RGB (Red+Green+Blue) = 252+53+101=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3565 is #03CA9A. Grayscale: #757575. Windows color (decimal): -248475 or 6632956. OLE color: 6632956.

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

Color convert

RGB25253101-
CMYK00.790.600.01
HSL345.53º97.07%59.8%-
HSV(B)345.53º78.97%98.82%-
XYZ43.7724.1814.67-
YUV117.97118.43223.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.07%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=62.07%
G=13.05%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525310100.790.600.01345.5397.0759.8
HexFC356504F3C115a613c
Octal37465145011774153214174
Binary1111110011010111001010100111111110011010110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3565; }

 p { color: rgb(252,53,101); }

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

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

 a { background-color: rgb(252,53,101); }

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

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

 span { border-color: rgb(252,53,101); }

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