#FF1177

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

Shades of Deep Pink #FF1177

Tints of Deep Pink #FF1177

Color information

#FF1177 (or 0xFF1177) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 77. RGB value is (255,17,119). Sum of RGB (Red+Green+Blue) = 255+17+119=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1177 is #00EE88. Grayscale: #636363. Windows color (decimal): -61065 or 7803391. OLE color: 7803391.

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

Color convert

RGB25517119-
CMYK00.930.530
HSL334.29º100%53.33%-
HSV(B)334.29º93.33%100%-
XYZ44.7722.9919.53-
YUV99.79138.85238.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 17 (7.03% from 255) = 4.35%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=65.22%
G=4.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551711900.930.530334.2910053.33
HexFF117705D35014e6435
Octal37721167013565051614465
Binary111111111000111101110101110111010101010011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1177; }

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

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

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

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

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

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

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

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