#FA60B7

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

Shades of Hot Pink #FA60B7

Tints of Hot Pink #FA60B7

Color information

#FA60B7 (or 0xFA60B7) is unknown color: approx Hot Pink. HEX triplet: FA, 60 and B7. RGB value is (250,96,183). Sum of RGB (Red+Green+Blue) = 250+96+183=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60B7 is #059F48. Grayscale: #979797. Windows color (decimal): -368457 or 12017914. OLE color: 12017914.

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

Color convert

RGB25096183-
CMYK00.620.270.02
HSL326.1º93.9%67.84%-
HSV(B)326.1º61.6%98.04%-
XYZ52.1532.1148.25-
YUV151.96145.52197.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 96 (37.89% from 255) = 18.15%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=47.26%
G=18.15%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509618300.620.270.02326.193.967.84
HexFA60B703E1B21465e44
Octal372140267076332506136104
Binary111110101100000101101110111110110111010100011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA60B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA60B7; }

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

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

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

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

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

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

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

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