#FA61B6

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

Shades of Hot Pink #FA61B6

Tints of Hot Pink #FA61B6

Color information

#FA61B6 (or 0xFA61B6) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and B6. RGB value is (250,97,182). Sum of RGB (Red+Green+Blue) = 250+97+182=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61B6 is #059E49. Grayscale: #989898. Windows color (decimal): -368202 or 11952634. OLE color: 11952634.

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

Color convert

RGB25097182-
CMYK00.610.270.02
HSL326.67º93.87%68.04%-
HSV(B)326.67º61.2%98.04%-
XYZ52.1432.2547.73-
YUV152.44144.69197.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=47.26%
G=18.34%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509718200.610.270.02326.6793.8768.04
HexFA61B603D1B21475e44
Octal372141266075332507136104
Binary111110101100001101101100111101110111010100011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61B6; }

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

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

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

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

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

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

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

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