#FA1582

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

Shades of Deep Pink #FA1582

Tints of Deep Pink #FA1582

Color information

#FA1582 (or 0xFA1582) is unknown color: approx Deep Pink. HEX triplet: FA, 15 and 82. RGB value is (250,21,130). Sum of RGB (Red+Green+Blue) = 250+21+130=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1582 is #05EA7D. Grayscale: #656565. Windows color (decimal): -387710 or 8525306. OLE color: 8525306.

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

Color convert

RGB25021130-
CMYK00.920.480.02
HSL331.44º95.82%53.14%-
HSV(B)331.44º91.6%98.04%-
XYZ43.7222.4723.15-
YUV101.9143.87233.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.34%
GREEN value IS 21 (8.59% from 255) = 5.24%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=62.34%
G=5.24%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502113000.920.480.02331.4495.8253.14
HexFA158205C30214b6035
Octal37225202013460251314065
Binary11111010101011000001001011100110000101010010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1582; }

 p { color: rgb(250,21,130); }

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

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

 a { background-color: rgb(250,21,130); }

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

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

 span { border-color: rgb(250,21,130); }

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