#FA5FAC

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

Shades of Hot Pink #FA5FAC

Tints of Hot Pink #FA5FAC

Color information

#FA5FAC (or 0xFA5FAC) is unknown color: approx Hot Pink. HEX triplet: FA, 5F and AC. RGB value is (250,95,172). Sum of RGB (Red+Green+Blue) = 250+95+172=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FAC is #05A053. Grayscale: #959595. Windows color (decimal): -368724 or 11296762. OLE color: 11296762.

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

Color convert

RGB25095172-
CMYK00.620.310.02
HSL330.19º93.94%67.65%-
HSV(B)330.19º62%98.04%-
XYZ50.9631.4942.42-
YUV150.12140.35199.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=48.36%
G=18.38%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509517200.620.310.02330.1993.9467.65
HexFA5FAC03E1F214a5e44
Octal372137254076372512136104
Binary111110101011111101011000111110111111010100101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FAC; }

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

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

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

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

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

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

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

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