#FA1D8F

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

Shades of Deep Pink #FA1D8F

Tints of Deep Pink #FA1D8F

Color information

#FA1D8F (or 0xFA1D8F) is unknown color: approx Deep Pink. HEX triplet: FA, 1D and 8F. RGB value is (250,29,143). Sum of RGB (Red+Green+Blue) = 250+29+143=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D8F is #05E270. Grayscale: #6B6B6B. Windows color (decimal): -385649 or 9379322. OLE color: 9379322.

HSL color Cylindrical-coordinate representation of color #FA1D8F: hue angle of 329.05º 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 #FA1D8F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB25029143-
CMYK00.880.430.02
HSL329.05º95.67%54.71%-
HSV(B)329.05º88.4%98.04%-
XYZ44.8223.1928.1-
YUV108.07147.72229.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.24%
GREEN value IS 29 (11.72% from 255) = 6.87%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=59.24%
G=6.87%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502914300.880.430.02329.0595.6754.71
HexFA1D8F0582B21496037
Octal37235217013053251114067
Binary11111010111011000111101011000101011101010010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D8F; }

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

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

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

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

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

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

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

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