#FA6ABD

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

Shades of Hot Pink #FA6ABD

Tints of Hot Pink #FA6ABD

Color information

#FA6ABD (or 0xFA6ABD) is unknown color: approx Hot Pink. HEX triplet: FA, 6A and BD. RGB value is (250,106,189). Sum of RGB (Red+Green+Blue) = 250+106+189=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ABD is #059542. Grayscale: #9E9E9E. Windows color (decimal): -365891 or 12413690. OLE color: 12413690.

HSL color Cylindrical-coordinate representation of color #FA6ABD: hue angle of 325.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6ABD is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250106189-
CMYK00.580.240.02
HSL325.42º93.51%69.8%-
HSV(B)325.42º57.6%98.04%-
XYZ53.7634.3151.93-
YUV158.52145.21193.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.87%
GREEN value IS 106 (41.80% from 255) = 19.45%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=45.87%
G=19.45%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010618900.580.240.02325.4293.5169.8
HexFA6ABD03A1821455e46
Octal372152275072302505136106
Binary111110101101010101111010111010110001010100010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6ABD; }

 p { color: rgb(250,106,189); }

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

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

 a { background-color: rgb(250,106,189); }

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

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

 span { border-color: rgb(250,106,189); }

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