#FF1155

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

Shades of Razzmatazz #FF1155

Tints of Razzmatazz #FF1155

Color information

#FF1155 (or 0xFF1155) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 55. RGB value is (255,17,85). Sum of RGB (Red+Green+Blue) = 255+17+85=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1155 is #00EEAA. Grayscale: #5F5F5F. Windows color (decimal): -61099 or 5575167. OLE color: 5575167.

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

Color convert

RGB2551785-
CMYK00.930.670
HSL342.86º100%53.33%-
HSV(B)342.86º93.33%100%-
XYZ43.0822.3210.63-
YUV95.91121.85241.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 4.76%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=71.43%
G=4.76%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255178500.930.670342.8610053.33
HexFF115505D4301576435
Octal377211250135103052714465
Binary1111111110001101010101011101100001101010101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1155; }

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

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

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

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

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

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

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

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