#FA51BA

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

Shades of Hot Pink #FA51BA

Tints of Hot Pink #FA51BA

Color information

#FA51BA (or 0xFA51BA) is unknown color: approx Hot Pink. HEX triplet: FA, 51 and BA. RGB value is (250,81,186). Sum of RGB (Red+Green+Blue) = 250+81+186=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51BA is #05AE45. Grayscale: #8F8F8F. Windows color (decimal): -372294 or 12210682. OLE color: 12210682.

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

Color convert

RGB25081186-
CMYK00.680.260.02
HSL322.72º94.41%64.9%-
HSV(B)322.72º67.6%98.04%-
XYZ51.2329.7549.5-
YUV143.5151.99203.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 81 (32.03% from 255) = 15.67%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=48.36%
G=15.67%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508118600.680.260.02322.7294.4164.9
HexFA51BA0441A21435e41
Octal3721212720104322503136101
Binary1111101010100011011101001000100110101010100001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA51BA; }

 p { color: rgb(250,81,186); }

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

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

 a { background-color: rgb(250,81,186); }

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

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

 span { border-color: rgb(250,81,186); }

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