#FF1165

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

Shades of Razzmatazz #FF1165

Tints of Razzmatazz #FF1165

Color information

#FF1165 (or 0xFF1165) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 65. RGB value is (255,17,101). Sum of RGB (Red+Green+Blue) = 255+17+101=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1165 is #00EE9A. Grayscale: #616161. Windows color (decimal): -61083 or 6623743. OLE color: 6623743.

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

Color convert

RGB25517101-
CMYK00.930.600
HSL338.82º100%53.33%-
HSV(B)338.82º93.33%100%-
XYZ43.7922.614.37-
YUV97.74129.85240.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.36%
GREEN value IS 17 (7.03% from 255) = 4.56%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=68.36%
G=4.56%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551710100.930.600338.8210053.33
HexFF116505D3C01536435
Octal37721145013574052314465
Binary111111111000111001010101110111110001010100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1165; }

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

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

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

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

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

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

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

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