#FD0993

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

Shades of Deep Pink #FD0993

Tints of Deep Pink #FD0993

Color information

#FD0993 (or 0xFD0993) is unknown color: approx Deep Pink. HEX triplet: FD, 09 and 93. RGB value is (253,9,147). Sum of RGB (Red+Green+Blue) = 253+9+147=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0993 is #02F66C. Grayscale: #616161. Windows color (decimal): -194157 or 9636349. OLE color: 9636349.

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

Color convert

RGB2539147-
CMYK00.960.420.01
HSL326.07º98.39%51.37%-
HSV(B)326.07º96.44%99.22%-
XYZ45.8723.1829.66-
YUV97.69155.84238.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.86%
GREEN value IS 9 (3.91% from 255) = 2.20%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=61.86%
G=2.20%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253914700.960.420.01326.0798.3951.37
HexFD9930602A11466233
Octal37511223014052150614263
Binary111111011001100100110110000010101011010001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0993; }

 p { color: rgb(253,9,147); }

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

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

 a { background-color: rgb(253,9,147); }

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

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

 span { border-color: rgb(253,9,147); }

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