#FA75B1

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

Shades of Hot Pink #FA75B1

Tints of Hot Pink #FA75B1

Color information

#FA75B1 (or 0xFA75B1) is unknown color: approx Hot Pink. HEX triplet: FA, 75 and B1. RGB value is (250,117,177). Sum of RGB (Red+Green+Blue) = 250+117+177=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA75B1 is #058A4E. Grayscale: #A3A3A3. Windows color (decimal): -363087 or 11630074. OLE color: 11630074.

HSL color Cylindrical-coordinate representation of color #FA75B1: hue angle of 332.93º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA75B1 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250117177-
CMYK00.530.290.02
HSL332.93º93.01%71.96%-
HSV(B)332.93º53.2%98.04%-
XYZ53.7236.2245.75-
YUV163.61135.56189.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=45.96%
G=21.51%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011717700.530.290.02332.9393.0171.96
HexFA75B10351D214d5d48
Octal372165261065352515135110
Binary111110101110101101100010110101111011010100110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75B1; }

 p { color: rgb(250,117,177); }

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

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

 a { background-color: rgb(250,117,177); }

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

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

 span { border-color: rgb(250,117,177); }

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