#FA53B9

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

Shades of Hot Pink #FA53B9

Tints of Hot Pink #FA53B9

Color information

#FA53B9 (or 0xFA53B9) is unknown color: approx Hot Pink. HEX triplet: FA, 53 and B9. RGB value is (250,83,185). Sum of RGB (Red+Green+Blue) = 250+83+185=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53B9 is #05AC46. Grayscale: #909090. Windows color (decimal): -371783 or 12145658. OLE color: 12145658.

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

Color convert

RGB25083185-
CMYK00.670.260.02
HSL323.35º94.35%65.29%-
HSV(B)323.35º66.8%98.04%-
XYZ51.2730.0148.99-
YUV144.56150.83203.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 83 (32.81% from 255) = 16.02%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=48.26%
G=16.02%
B=35.71%

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
Decimal2508318500.670.260.02323.3594.3565.29
HexFA53B90431A21435e41
Octal3721232710103322503136101
Binary1111101010100111011100101000011110101010100001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA53B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA53B9; }

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

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

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

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

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

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

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

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