#FA61BA

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

Shades of Hot Pink #FA61BA

Tints of Hot Pink #FA61BA

Color information

#FA61BA (or 0xFA61BA) is unknown color: approx Hot Pink. HEX triplet: FA, 61 and BA. RGB value is (250,97,186). Sum of RGB (Red+Green+Blue) = 250+97+186=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61BA is #059E45. Grayscale: #989898. Windows color (decimal): -368198 or 12214778. OLE color: 12214778.

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

Color convert

RGB25097186-
CMYK00.610.260.02
HSL325.1º93.87%68.04%-
HSV(B)325.1º61.2%98.04%-
XYZ52.5632.4249.94-
YUV152.89146.69197.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.90%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=46.90%
G=18.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509718600.610.260.02325.193.8768.04
HexFA61BA03D1A21455e44
Octal372141272075322505136104
Binary111110101100001101110100111101110101010100010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61BA; }

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

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

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

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

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

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

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

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