#ff1493

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

Shades of DeepPink #FF1493

Tints of DeepPink #FF1493

Color information

#FF1493 (or 0xFF1493) is known color: DeepPink. HEX triplet: FF, 14 and 93. RGB value is (255,20,147). Sum of RGB (Red+Green+Blue) = 255+20+147=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1493 is #00EB6C. Grayscale: #686868. Windows color (decimal): -60269 or 9639167. OLE color: 9639167.

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

Color convert

RGB25520147-
CMYK00.920.420
HSL327.57º100%53.92%-
HSV(B)327.57º92.16%100%-
XYZ46.7623.8729.75-
YUV104.74151.86235.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.43%
GREEN value IS 20 (8.20% from 255) = 4.74%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=60.43%
G=4.74%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552014700.920.420327.5710053.92
HexFF149305C2A01486436
Octal37724223013452051014466
Binary1111111110100100100110101110010101001010010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff1493; }

 p { color: rgb(255,20,147); }

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

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

 a { background-color: rgb(255,20,147); }

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

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

 span { border-color: rgb(255,20,147); }

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