#FA5FAE

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

Shades of Hot Pink #FA5FAE

Tints of Hot Pink #FA5FAE

Color information

#FA5FAE (or 0xFA5FAE) is unknown color: approx Hot Pink. HEX triplet: FA, 5F and AE. RGB value is (250,95,174). Sum of RGB (Red+Green+Blue) = 250+95+174=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FAE is #05A051. Grayscale: #969696. Windows color (decimal): -368722 or 11427834. OLE color: 11427834.

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

Color convert

RGB25095174-
CMYK00.620.300.02
HSL329.42º93.94%67.65%-
HSV(B)329.42º62%98.04%-
XYZ51.1631.5643.44-
YUV150.35141.35199.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=48.17%
G=18.30%
B=33.53%

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
Decimal2509517400.620.300.02329.4293.9467.65
HexFA5FAE03E1E21495e44
Octal372137256076362511136104
Binary111110101011111101011100111110111101010100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FAE; }

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

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

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

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

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

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

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

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