#FA0387

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

Shades of Deep Pink #FA0387

Tints of Deep Pink #FA0387

Color information

#FA0387 (or 0xFA0387) is unknown color: approx Deep Pink. HEX triplet: FA, 03 and 87. RGB value is (250,3,135). Sum of RGB (Red+Green+Blue) = 250+3+135=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0387 is #05FC78. Grayscale: #5B5B5B. Windows color (decimal): -392313 or 8848378. OLE color: 8848378.

HSL color Cylindrical-coordinate representation of color #FA0387: hue angle of 327.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0387 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB2503135-
CMYK00.990.460.02
HSL327.94º97.63%49.61%-
HSV(B)327.94º98.8%98.04%-
XYZ43.8322.1424.88-
YUV91.9152.33240.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.43%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=64.43%
G=0.77%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250313500.990.460.02327.9497.6349.61
HexFA3870632E21486232
Octal3723207014356251014262
Binary11111010111000011101100011101110101010010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0387; }

 p { color: rgb(250,3,135); }

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

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

 a { background-color: rgb(250,3,135); }

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

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

 span { border-color: rgb(250,3,135); }

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