#FA58B5

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

Shades of Hot Pink #FA58B5

Tints of Hot Pink #FA58B5

Color information

#FA58B5 (or 0xFA58B5) is unknown color: approx Hot Pink. HEX triplet: FA, 58 and B5. RGB value is (250,88,181). Sum of RGB (Red+Green+Blue) = 250+88+181=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58B5 is #05A74A. Grayscale: #929292. Windows color (decimal): -370507 or 11884794. OLE color: 11884794.

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

Color convert

RGB25088181-
CMYK00.650.280.02
HSL325.56º94.19%66.27%-
HSV(B)325.56º64.8%98.04%-
XYZ51.2530.6446.93-
YUV147.04147.17201.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 88 (34.77% from 255) = 16.96%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=48.17%
G=16.96%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508818100.650.280.02325.5694.1966.27
HexFA58B50411C21465e42
Octal3721302650101342506136102
Binary1111101010110001011010101000001111001010100011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA58B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA58B5; }

 p { color: rgb(250,88,181); }

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

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

 a { background-color: rgb(250,88,181); }

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

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

 span { border-color: rgb(250,88,181); }

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