#FC0E64

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

Shades of Razzmatazz #FC0E64

Tints of Razzmatazz #FC0E64

Color information

#FC0E64 (or 0xFC0E64) is unknown color: approx Razzmatazz. HEX triplet: FC, 0E and 64. RGB value is (252,14,100). Sum of RGB (Red+Green+Blue) = 252+14+100=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0E64 is #03F19B. Grayscale: #5E5E5E. Windows color (decimal): -258460 or 6557436. OLE color: 6557436.

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

Color convert

RGB25214100-
CMYK00.940.600.01
HSL338.32º97.54%52.16%-
HSV(B)338.32º94.44%98.82%-
XYZ42.621.9314.04-
YUV94.97130.85240.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.85%
GREEN value IS 14 (5.86% from 255) = 3.83%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=68.85%
G=3.83%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521410000.940.600.01338.3297.5452.16
HexFCE6405E3C11526234
Octal37416144013674152214264
Binary11111100111011001000101111011110011010100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0E64; }

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

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

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

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

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

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

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

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