#FA54B8

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

Shades of Hot Pink #FA54B8

Tints of Hot Pink #FA54B8

Color information

#FA54B8 (or 0xFA54B8) is unknown color: approx Hot Pink. HEX triplet: FA, 54 and B8. RGB value is (250,84,184). Sum of RGB (Red+Green+Blue) = 250+84+184=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54B8 is #05AB47. Grayscale: #909090. Windows color (decimal): -371528 or 12080378. OLE color: 12080378.

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

Color convert

RGB25084184-
CMYK00.660.260.02
HSL323.86º94.32%65.49%-
HSV(B)323.86º66.4%98.04%-
XYZ51.2530.1348.46-
YUV145.03150202.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 84 (33.20% from 255) = 16.22%
BLUE value IS 184 (72.27% from 255) = 35.52%
R=48.26%
G=16.22%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508418400.660.260.02323.8694.3265.49
HexFA54B80421A21445e41
Octal3721242700102322504136101
Binary1111101010101001011100001000010110101010100010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA54B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA54B8; }

 p { color: rgb(250,84,184); }

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

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

 a { background-color: rgb(250,84,184); }

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

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

 span { border-color: rgb(250,84,184); }

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