#FC2764

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

Shades of Radical Red #FC2764

Tints of Radical Red #FC2764

Color information

#FC2764 (or 0xFC2764) is unknown color: approx Radical Red. HEX triplet: FC, 27 and 64. RGB value is (252,39,100). Sum of RGB (Red+Green+Blue) = 252+39+100=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2764 is #03D89B. Grayscale: #6D6D6D. Windows color (decimal): -252060 or 6563836. OLE color: 6563836.

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

Color convert

RGB25239100-
CMYK00.850.600.01
HSL342.82º97.26%57.06%-
HSV(B)342.82º84.52%98.82%-
XYZ43.1723.0714.23-
YUV109.64122.57229.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.45%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=64.45%
G=9.97%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523910000.850.600.01342.8297.2657.06
HexFC27640553C11576139
Octal37447144012574152714171
Binary1111110010011111001000101010111110011010101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2764; }

 p { color: rgb(252,39,100); }

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

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

 a { background-color: rgb(252,39,100); }

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

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

 span { border-color: rgb(252,39,100); }

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