#FA60BA

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

Shades of Hot Pink #FA60BA

Tints of Hot Pink #FA60BA

Color information

#FA60BA (or 0xFA60BA) is unknown color: approx Hot Pink. HEX triplet: FA, 60 and BA. RGB value is (250,96,186). Sum of RGB (Red+Green+Blue) = 250+96+186=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60BA is #059F45. Grayscale: #989898. Windows color (decimal): -368454 or 12214522. OLE color: 12214522.

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

Color convert

RGB25096186-
CMYK00.620.260.02
HSL324.94º93.9%67.84%-
HSV(B)324.94º61.6%98.04%-
XYZ52.4732.2349.91-
YUV152.31147.02197.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=46.99%
G=18.05%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509618600.620.260.02324.9493.967.84
HexFA60BA03E1A21455e44
Octal372140272076322505136104
Binary111110101100000101110100111110110101010100010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA60BA; }

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

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

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

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

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

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

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

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