#ff1c73

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

Shades of Deep Pink #FF1C73

Tints of Deep Pink #FF1C73

Color information

#FF1C73 (or 0xFF1C73) is unknown color: approx Deep Pink. HEX triplet: FF, 1C and 73. RGB value is (255,28,115). Sum of RGB (Red+Green+Blue) = 255+28+115=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C73 is #00E38C. Grayscale: #696969. Windows color (decimal): -58253 or 7544063. OLE color: 7544063.

HSL color Cylindrical-coordinate representation of color #FF1C73: hue angle of 337º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C73 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB25528115-
CMYK00.890.550
HSL337º100%55.49%-
HSV(B)337º89.02%100%-
XYZ44.7523.3318.36-
YUV105.79133.21234.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.07%
GREEN value IS 28 (11.33% from 255) = 7.04%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=64.07%
G=7.04%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552811500.890.55033710055.49
HexFF1C730593701516437
Octal37734163013167052114467
Binary111111111110011100110101100111011101010100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1c73; }

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

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

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

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

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

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

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

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