#FA1595

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

Shades of Deep Pink #FA1595

Tints of Deep Pink #FA1595

Color information

#FA1595 (or 0xFA1595) is unknown color: approx Deep Pink. HEX triplet: FA, 15 and 95. RGB value is (250,21,149). Sum of RGB (Red+Green+Blue) = 250+21+149=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1595 is #05EA6A. Grayscale: #676767. Windows color (decimal): -387691 or 9770490. OLE color: 9770490.

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

Color convert

RGB25021149-
CMYK00.920.400.02
HSL326.46º95.82%53.14%-
HSV(B)326.46º91.6%98.04%-
XYZ45.1223.0330.5-
YUV104.06153.37232.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.52%
GREEN value IS 21 (8.59% from 255) = 5%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=59.52%
G=5%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502114900.920.400.02326.4695.8253.14
HexFA159505C2821466035
Octal37225225013450250614065
Binary11111010101011001010101011100101000101010001101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1595; }

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

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

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

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

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

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

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

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