#FD1073

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

Shades of Deep Pink #FD1073

Tints of Deep Pink #FD1073

Color information

#FD1073 (or 0xFD1073) is unknown color: approx Deep Pink. HEX triplet: FD, 10 and 73. RGB value is (253,16,115). Sum of RGB (Red+Green+Blue) = 253+16+115=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1073 is #02EF8C. Grayscale: #616161. Windows color (decimal): -192397 or 7540989. OLE color: 7540989.

HSL color Cylindrical-coordinate representation of color #FD1073: hue angle of 334.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1073 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB25316115-
CMYK00.940.550.01
HSL334.94º98.34%52.75%-
HSV(B)334.94º93.68%99.22%-
XYZ43.7922.4918.25-
YUV98.15137.52238.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.89%
GREEN value IS 16 (6.64% from 255) = 4.17%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=65.89%
G=4.17%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531611500.940.550.01334.9498.3452.75
HexFD107305E37114f6235
Octal37520163013667151714265
Binary111111011000011100110101111011011111010011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1073; }

 p { color: rgb(253,16,115); }

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

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

 a { background-color: rgb(253,16,115); }

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

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

 span { border-color: rgb(253,16,115); }

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