#FA0386

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

Shades of Deep Pink #FA0386

Tints of Deep Pink #FA0386

Color information

#FA0386 (or 0xFA0386) is unknown color: approx Deep Pink. HEX triplet: FA, 03 and 86. RGB value is (250,3,134). Sum of RGB (Red+Green+Blue) = 250+3+134=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0386 is #05FC79. Grayscale: #5B5B5B. Windows color (decimal): -392314 or 8782842. OLE color: 8782842.

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

Color convert

RGB2503134-
CMYK00.990.460.02
HSL328.18º97.63%49.61%-
HSV(B)328.18º98.8%98.04%-
XYZ43.7622.1124.52-
YUV91.79151.83240.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.60%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=64.60%
G=0.78%
B=34.63%

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
Decimal250313400.990.460.02328.1897.6349.61
HexFA3860632E21486232
Octal3723206014356251014262
Binary11111010111000011001100011101110101010010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0386; }

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

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

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

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

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

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

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

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