#FA1063

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

Shades of Razzmatazz #FA1063

Tints of Razzmatazz #FA1063

Color information

#FA1063 (or 0xFA1063) is unknown color: approx Razzmatazz. HEX triplet: FA, 10 and 63. RGB value is (250,16,99). Sum of RGB (Red+Green+Blue) = 250+16+99=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1063 is #05EF9C. Grayscale: #5F5F5F. Windows color (decimal): -389021 or 6492410. OLE color: 6492410.

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

Color convert

RGB2501699-
CMYK00.940.600.02
HSL338.72º95.9%52.16%-
HSV(B)338.72º93.6%98.04%-
XYZ41.8621.613.77-
YUV95.43130.02238.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.49%
GREEN value IS 16 (6.64% from 255) = 4.38%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=68.49%
G=4.38%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250169900.940.600.02338.7295.952.16
HexFA106305E3C21536034
Octal37220143013674252314064
Binary1111101010000110001101011110111100101010100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1063; }

 p { color: rgb(250,16,99); }

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

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

 a { background-color: rgb(250,16,99); }

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

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

 span { border-color: rgb(250,16,99); }

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