#FA61AC

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

Shades of Hot Pink #FA61AC

Tints of Hot Pink #FA61AC

Color information

#FA61AC (or 0xFA61AC) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and AC. RGB value is (250,97,172). Sum of RGB (Red+Green+Blue) = 250+97+172=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61AC is #059E53. Grayscale: #979797. Windows color (decimal): -368212 or 11297274. OLE color: 11297274.

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

Color convert

RGB25097172-
CMYK00.610.310.02
HSL330.59º93.87%68.04%-
HSV(B)330.59º61.2%98.04%-
XYZ51.1531.8542.48-
YUV151.3139.69198.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=48.17%
G=18.69%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509717200.610.310.02330.5993.8768.04
HexFA61AC03D1F214b5e44
Octal372141254075372513136104
Binary111110101100001101011000111101111111010100101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61AC; }

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

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

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

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

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

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

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

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