#FF1175

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

Shades of Deep Pink #FF1175

Tints of Deep Pink #FF1175

Color information

#FF1175 (or 0xFF1175) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 75. RGB value is (255,17,117). Sum of RGB (Red+Green+Blue) = 255+17+117=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1175 is #00EE8A. Grayscale: #636363. Windows color (decimal): -61067 or 7672319. OLE color: 7672319.

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

Color convert

RGB25517117-
CMYK00.930.540
HSL334.79º100%53.33%-
HSV(B)334.79º93.33%100%-
XYZ44.6522.9518.91-
YUV99.56137.85238.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=65.55%
G=4.37%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551711700.930.540334.7910053.33
HexFF117505D36014f6435
Octal37721165013566051714465
Binary111111111000111101010101110111011001010011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1175; }

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

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

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

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

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

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

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

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