#FA55B8

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

Shades of Hot Pink #FA55B8

Tints of Hot Pink #FA55B8

Color information

#FA55B8 (or 0xFA55B8) is unknown color: approx Hot Pink. HEX triplet: FA, 55 and B8. RGB value is (250,85,184). Sum of RGB (Red+Green+Blue) = 250+85+184=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55B8 is #05AA47. Grayscale: #919191. Windows color (decimal): -371272 or 12080634. OLE color: 12080634.

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

Color convert

RGB25085184-
CMYK00.660.260.02
HSL324º94.29%65.69%-
HSV(B)324º66%98.04%-
XYZ51.3230.2848.49-
YUV145.62149.66202.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 85 (33.59% from 255) = 16.38%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=48.17%
G=16.38%
B=35.45%

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
Decimal2508518400.660.260.0232494.2965.69
HexFA55B80421A21445e42
Octal3721252700102322504136102
Binary1111101010101011011100001000010110101010100010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA55B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA55B8; }

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

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

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

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

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

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

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

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