#FF116E

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

Shades of Razzmatazz #FF116E

Tints of Razzmatazz #FF116E

Color information

#FF116E (or 0xFF116E) is unknown color: approx Razzmatazz. HEX triplet: FF, 11 and 6E. RGB value is (255,17,110). Sum of RGB (Red+Green+Blue) = 255+17+110=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF116E is #00EE91. Grayscale: #626262. Windows color (decimal): -61074 or 7213567. OLE color: 7213567.

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

Color convert

RGB25517110-
CMYK00.930.570
HSL336.55º100%53.33%-
HSV(B)336.55º93.33%100%-
XYZ44.2522.7916.82-
YUV98.76134.35239.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.75%
GREEN value IS 17 (7.03% from 255) = 4.45%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=66.75%
G=4.45%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551711000.930.570336.5510053.33
HexFF116E05D3901516435
Octal37721156013571052114465
Binary111111111000111011100101110111100101010100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF116E; }

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

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

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

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

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

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

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

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