#FF1183

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

Shades of Deep Pink #FF1183

Tints of Deep Pink #FF1183

Color information

#FF1183 (or 0xFF1183) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 83. RGB value is (255,17,131). Sum of RGB (Red+Green+Blue) = 255+17+131=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1183 is #00EE7C. Grayscale: #646464. Windows color (decimal): -61053 or 8589823. OLE color: 8589823.

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

Color convert

RGB25517131-
CMYK00.930.490
HSL331.26º100%53.33%-
HSV(B)331.26º93.33%100%-
XYZ45.5423.323.57-
YUV101.16144.85237.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 17 (7.03% from 255) = 4.22%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=63.28%
G=4.22%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551713100.930.490331.2610053.33
HexFF118305D31014b6435
Octal37721203013561051314465
Binary1111111110001100000110101110111000101010010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1183; }

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

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

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

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

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

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

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

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