#FC1366

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

Shades of Razzmatazz #FC1366

Tints of Razzmatazz #FC1366

Color information

#FC1366 (or 0xFC1366) is unknown color: approx Razzmatazz. HEX triplet: FC, 13 and 66. RGB value is (252,19,102). Sum of RGB (Red+Green+Blue) = 252+19+102=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1366 is #03EC99. Grayscale: #626262. Windows color (decimal): -257178 or 6689788. OLE color: 6689788.

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

Color convert

RGB25219102-
CMYK00.920.600.01
HSL338.63º97.49%53.14%-
HSV(B)338.63º92.46%98.82%-
XYZ42.7822.1214.59-
YUV98.13130.19237.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.56%
GREEN value IS 19 (7.81% from 255) = 5.09%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=67.56%
G=5.09%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521910200.920.600.01338.6397.4953.14
HexFC136605C3C11536135
Octal37423146013474152314165
Binary111111001001111001100101110011110011010100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1366; }

 p { color: rgb(252,19,102); }

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

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

 a { background-color: rgb(252,19,102); }

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

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

 span { border-color: rgb(252,19,102); }

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