#ff1160

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

Shades of Razzmatazz #FF1160

Tints of Razzmatazz #FF1160

Color information

#FF1160 (or 0xFF1160) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 60. RGB value is (255,17,96). Sum of RGB (Red+Green+Blue) = 255+17+96=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1160 is #00EE9F. Grayscale: #616161. Windows color (decimal): -61088 or 6296063. OLE color: 6296063.

HSL color Cylindrical-coordinate representation of color #FF1160: hue angle of 340.08º 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 #FF1160 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB2551796-
CMYK00.930.620
HSL340.08º100%53.33%-
HSV(B)340.08º93.33%100%-
XYZ43.5522.5113.11-
YUV97.17127.35240.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.29%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=69.29%
G=4.62%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255179600.930.620340.0810053.33
HexFF116005D3E01546435
Octal37721140013576052414465
Binary111111111000111000000101110111111001010101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1160; }

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

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

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

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

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

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

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

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