#FA6AA5

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

Shades of Hot Pink #FA6AA5

Tints of Hot Pink #FA6AA5

Color information

#FA6AA5 (or 0xFA6AA5) is unknown color: approx Hot Pink. HEX triplet: FA, 6A and A5. RGB value is (250,106,165). Sum of RGB (Red+Green+Blue) = 250+106+165=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6AA5 is #05955A. Grayscale: #9B9B9B. Windows color (decimal): -365915 or 10840826. OLE color: 10840826.

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

Color convert

RGB250106165-
CMYK00.580.340.02
HSL335.42º93.51%69.8%-
HSV(B)335.42º57.6%98.04%-
XYZ51.3733.3539.33-
YUV155.78133.21195.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=47.98%
G=20.35%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010616500.580.340.02335.4293.5169.8
HexFA6AA503A22214f5e46
Octal372152245072422517136106
Binary1111101011010101010010101110101000101010100111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6AA5; }

 p { color: rgb(250,106,165); }

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

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

 a { background-color: rgb(250,106,165); }

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

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

 span { border-color: rgb(250,106,165); }

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