#FA53B8

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

Shades of Hot Pink #FA53B8

Tints of Hot Pink #FA53B8

Color information

#FA53B8 (or 0xFA53B8) is unknown color: approx Hot Pink. HEX triplet: FA, 53 and B8. RGB value is (250,83,184). Sum of RGB (Red+Green+Blue) = 250+83+184=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53B8 is #05AC47. Grayscale: #909090. Windows color (decimal): -371784 or 12080122. OLE color: 12080122.

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

Color convert

RGB25083184-
CMYK00.670.260.02
HSL323.71º94.35%65.29%-
HSV(B)323.71º66.8%98.04%-
XYZ51.1729.9748.44-
YUV144.45150.33203.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=48.36%
G=16.05%
B=35.59%

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
Decimal2508318400.670.260.02323.7194.3565.29
HexFA53B80431A21445e41
Octal3721232700103322504136101
Binary1111101010100111011100001000011110101010100010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA53B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA53B8; }

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

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

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

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

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

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

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

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