#ff1176

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

Shades of Deep Pink #FF1176

Tints of Deep Pink #FF1176

Color information

#FF1176 (or 0xFF1176) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 76. RGB value is (255,17,118). Sum of RGB (Red+Green+Blue) = 255+17+118=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1176 is #00EE89. Grayscale: #636363. Windows color (decimal): -61066 or 7737855. OLE color: 7737855.

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

Color convert

RGB25517118-
CMYK00.930.540
HSL334.54º100%53.33%-
HSV(B)334.54º93.33%100%-
XYZ44.7122.9719.22-
YUV99.68138.35238.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 17 (7.03% from 255) = 4.36%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=65.38%
G=4.36%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551711800.930.540334.5410053.33
HexFF117605D36014f6435
Octal37721166013566051714465
Binary111111111000111101100101110111011001010011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1176; }

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

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

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

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

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

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

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

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