#FF1163

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

Shades of Razzmatazz #FF1163

Tints of Razzmatazz #FF1163

Color information

#FF1163 (or 0xFF1163) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 63. RGB value is (255,17,99). Sum of RGB (Red+Green+Blue) = 255+17+99=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1163 is #00EE9C. Grayscale: #616161. Windows color (decimal): -61085 or 6492671. OLE color: 6492671.

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

Color convert

RGB2551799-
CMYK00.930.610
HSL339.33º100%53.33%-
HSV(B)339.33º93.33%100%-
XYZ43.6922.5613.86-
YUV97.51128.85240.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.73%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=68.73%
G=4.58%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255179900.930.610339.3310053.33
HexFF116305D3D01536435
Octal37721143013575052314465
Binary111111111000111000110101110111110101010100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1163; }

 p { color: rgb(255,17,99); }

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

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

 a { background-color: rgb(255,17,99); }

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

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

 span { border-color: rgb(255,17,99); }

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