#FA1D87

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

Shades of Deep Pink #FA1D87

Tints of Deep Pink #FA1D87

Color information

#FA1D87 (or 0xFA1D87) is unknown color: approx Deep Pink. HEX triplet: FA, 1D and 87. RGB value is (250,29,135). Sum of RGB (Red+Green+Blue) = 250+29+135=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D87 is #05E278. Grayscale: #6A6A6A. Windows color (decimal): -385657 or 8855034. OLE color: 8855034.

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

Color convert

RGB25029135-
CMYK00.880.460.02
HSL331.22º95.67%54.71%-
HSV(B)331.22º88.4%98.04%-
XYZ44.2422.9525.02-
YUV107.16143.72229.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 29 (11.72% from 255) = 7.00%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=60.39%
G=7.00%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502913500.880.460.02331.2295.6754.71
HexFA1D870582E214b6037
Octal37235207013056251314067
Binary11111010111011000011101011000101110101010010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D87; }

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

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

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

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

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

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

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

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