#FA199A

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

Shades of Deep Pink #FA199A

Tints of Deep Pink #FA199A

Color information

#FA199A (or 0xFA199A) is unknown color: approx Deep Pink. HEX triplet: FA, 19 and 9A. RGB value is (250,25,154). Sum of RGB (Red+Green+Blue) = 250+25+154=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA199A is #05E665. Grayscale: #6A6A6A. Windows color (decimal): -386662 or 10099194. OLE color: 10099194.

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

Color convert

RGB25025154-
CMYK00.90.380.02
HSL325.6º95.74%53.92%-
HSV(B)325.6º90%98.04%-
XYZ45.623.3532.68-
YUV106.98154.54230.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.28%
GREEN value IS 25 (10.16% from 255) = 5.83%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=58.28%
G=5.83%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502515400.90.380.02325.695.7453.92
HexFA199A05A2621466036
Octal37231232013246250614066
Binary11111010110011001101001011010100110101010001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA199A; }

 p { color: rgb(250,25,154); }

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

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

 a { background-color: rgb(250,25,154); }

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

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

 span { border-color: rgb(250,25,154); }

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