#FC3064

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

Shades of Radical Red #FC3064

Tints of Radical Red #FC3064

Color information

#FC3064 (or 0xFC3064) is unknown color: approx Radical Red. HEX triplet: FC, 30 and 64. RGB value is (252,48,100). Sum of RGB (Red+Green+Blue) = 252+48+100=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3064 is #03CF9B. Grayscale: #727272. Windows color (decimal): -249756 or 6566140. OLE color: 6566140.

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

Color convert

RGB25248100-
CMYK00.810.600.01
HSL344.71º97.14%58.82%-
HSV(B)344.71º80.95%98.82%-
XYZ43.523.7314.34-
YUV114.92119.59225.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63%
GREEN value IS 48 (19.14% from 255) = 12%
BLUE value IS 100 (39.45% from 255) = 25%
R=63%
G=12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524810000.810.600.01344.7197.1458.82
HexFC30640513C1159613b
Octal37460144012174153114173
Binary1111110011000011001000101000111110011010110011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3064; }

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

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

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

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

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

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

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

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