#FF1173

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

Shades of Deep Pink #FF1173

Tints of Deep Pink #FF1173

Color information

#FF1173 (or 0xFF1173) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 73. RGB value is (255,17,115). Sum of RGB (Red+Green+Blue) = 255+17+115=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1173 is #00EE8C. Grayscale: #636363. Windows color (decimal): -61069 or 7541247. OLE color: 7541247.

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

Color convert

RGB25517115-
CMYK00.930.550
HSL335.29º100%53.33%-
HSV(B)335.29º93.33%100%-
XYZ44.5322.918.29-
YUV99.33136.85239.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.89%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=65.89%
G=4.39%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551711500.930.550335.2910053.33
HexFF117305D37014f6435
Octal37721163013567051714465
Binary111111111000111100110101110111011101010011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1173; }

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

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

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

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

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

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

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

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