#FC1164

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

Shades of Razzmatazz #FC1164

Tints of Razzmatazz #FC1164

Color information

#FC1164 (or 0xFC1164) is unknown color: approx Razzmatazz. HEX triplet: FC, 11 and 64. RGB value is (252,17,100). Sum of RGB (Red+Green+Blue) = 252+17+100=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1164 is #03EE9B. Grayscale: #606060. Windows color (decimal): -257692 or 6558204. OLE color: 6558204.

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

Color convert

RGB25217100-
CMYK00.930.600.01
HSL338.81º97.51%52.75%-
HSV(B)338.81º93.25%98.82%-
XYZ42.6522.0214.06-
YUV96.73129.86238.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.29%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=68.29%
G=4.61%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521710000.930.600.01338.8197.5152.75
HexFC116405D3C11536235
Octal37421144013574152314265
Binary111111001000111001000101110111110011010100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1164; }

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

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

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

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

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

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

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

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