#FA53BA

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

Shades of Hot Pink #FA53BA

Tints of Hot Pink #FA53BA

Color information

#FA53BA (or 0xFA53BA) is unknown color: approx Hot Pink. HEX triplet: FA, 53 and BA. RGB value is (250,83,186). Sum of RGB (Red+Green+Blue) = 250+83+186=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53BA is #05AC45. Grayscale: #909090. Windows color (decimal): -371782 or 12211194. OLE color: 12211194.

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

Color convert

RGB25083186-
CMYK00.670.260.02
HSL322.99º94.35%65.29%-
HSV(B)322.99º66.8%98.04%-
XYZ51.3830.0649.55-
YUV144.68151.33203.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 83 (32.81% from 255) = 15.99%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=48.17%
G=15.99%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508318600.670.260.02322.9994.3565.29
HexFA53BA0431A21435e41
Octal3721232720103322503136101
Binary1111101010100111011101001000011110101010100001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA53BA; }

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

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

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

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

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

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

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

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