#FA5FB0

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

Shades of Hot Pink #FA5FB0

Tints of Hot Pink #FA5FB0

Color information

#FA5FB0 (or 0xFA5FB0) is unknown color: approx Hot Pink. HEX triplet: FA, 5F and B0. RGB value is (250,95,176). Sum of RGB (Red+Green+Blue) = 250+95+176=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FB0 is #05A04F. Grayscale: #969696. Windows color (decimal): -368720 or 11558906. OLE color: 11558906.

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

Color convert

RGB25095176-
CMYK00.620.300.02
HSL328.65º93.94%67.65%-
HSV(B)328.65º62%98.04%-
XYZ51.3531.6444.48-
YUV150.58142.35198.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=47.98%
G=18.23%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509517600.620.300.02328.6593.9467.65
HexFA5FB003E1E21495e44
Octal372137260076362511136104
Binary111110101011111101100000111110111101010100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FB0; }

 p { color: rgb(250,95,176); }

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

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

 a { background-color: rgb(250,95,176); }

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

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

 span { border-color: rgb(250,95,176); }

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