#FA1385

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

Shades of Deep Pink #FA1385

Tints of Deep Pink #FA1385

Color information

#FA1385 (or 0xFA1385) is unknown color: approx Deep Pink. HEX triplet: FA, 13 and 85. RGB value is (250,19,133). Sum of RGB (Red+Green+Blue) = 250+19+133=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1385 is #05EC7A. Grayscale: #646464. Windows color (decimal): -388219 or 8721402. OLE color: 8721402.

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

Color convert

RGB25019133-
CMYK00.920.470.02
HSL330.39º95.85%52.75%-
HSV(B)330.39º92.4%98.04%-
XYZ43.8922.4824.22-
YUV101.06146.03234.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.19%
GREEN value IS 19 (7.81% from 255) = 4.73%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=62.19%
G=4.73%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501913300.920.470.02330.3995.8552.75
HexFA138505C2F214a6035
Octal37223205013457251214065
Binary11111010100111000010101011100101111101010010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1385; }

 p { color: rgb(250,19,133); }

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

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

 a { background-color: rgb(250,19,133); }

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

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

 span { border-color: rgb(250,19,133); }

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