#FF1156

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

Shades of Razzmatazz #FF1156

Tints of Razzmatazz #FF1156

Color information

#FF1156 (or 0xFF1156) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 56. RGB value is (255,17,86). Sum of RGB (Red+Green+Blue) = 255+17+86=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1156 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1156 is #00EEA9. Grayscale: #5F5F5F. Windows color (decimal): -61098 or 5640703. OLE color: 5640703.

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

Color convert

RGB2551786-
CMYK00.930.660
HSL342.61º100%53.33%-
HSV(B)342.61º93.33%100%-
XYZ43.1222.3310.84-
YUV96.03122.35241.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.23%
GREEN value IS 17 (7.03% from 255) = 4.75%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=71.23%
G=4.75%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255178600.930.660342.6110053.33
HexFF115605D4201576435
Octal377211260135102052714465
Binary1111111110001101011001011101100001001010101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1156; }

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

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

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

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

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

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

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

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