#FA61AB

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

Shades of Hot Pink #FA61AB

Tints of Hot Pink #FA61AB

Color information

#FA61AB (or 0xFA61AB) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and AB. RGB value is (250,97,171). Sum of RGB (Red+Green+Blue) = 250+97+171=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61AB is #059E54. Grayscale: #979797. Windows color (decimal): -368213 or 11231738. OLE color: 11231738.

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

Color convert

RGB25097171-
CMYK00.610.320.02
HSL330.98º93.87%68.04%-
HSV(B)330.98º61.2%98.04%-
XYZ51.0531.8141.98-
YUV151.18139.19198.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=48.26%
G=18.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509717100.610.320.02330.9893.8768.04
HexFA61AB03D20214b5e44
Octal372141253075402513136104
Binary1111101011000011010101101111011000001010100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61AB; }

 p { color: rgb(250,97,171); }

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

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

 a { background-color: rgb(250,97,171); }

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

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

 span { border-color: rgb(250,97,171); }

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