#FD118F

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

Shades of Deep Pink #FD118F

Tints of Deep Pink #FD118F

Color information

#FD118F (or 0xFD118F) is unknown color: approx Deep Pink. HEX triplet: FD, 11 and 8F. RGB value is (253,17,143). Sum of RGB (Red+Green+Blue) = 253+17+143=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD118F is #02EE70. Grayscale: #656565. Windows color (decimal): -192113 or 9376253. OLE color: 9376253.

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

Color convert

RGB25317143-
CMYK00.930.430.01
HSL327.97º98.33%52.94%-
HSV(B)327.97º93.28%99.22%-
XYZ45.6723.2728.07-
YUV101.93151.19235.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.26%
GREEN value IS 17 (7.03% from 255) = 4.12%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=61.26%
G=4.12%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531714300.930.430.01327.9798.3352.94
HexFD118F05D2B11486235
Octal37521217013553151014265
Binary1111110110001100011110101110110101111010010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD118F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD118F; }

 p { color: rgb(253,17,143); }

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

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

 a { background-color: rgb(253,17,143); }

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

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

 span { border-color: rgb(253,17,143); }

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