#FA71B0

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

Shades of Hot Pink #FA71B0

Tints of Hot Pink #FA71B0

Color information

#FA71B0 (or 0xFA71B0) is unknown color: approx Hot Pink. HEX triplet: FA, 71 and B0. RGB value is (250,113,176). Sum of RGB (Red+Green+Blue) = 250+113+176=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA71B0 is #058E4F. Grayscale: #A1A1A1. Windows color (decimal): -364112 or 11563514. OLE color: 11563514.

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

Color convert

RGB250113176-
CMYK00.550.300.02
HSL332.41º93.2%71.18%-
HSV(B)332.41º54.8%98.04%-
XYZ53.1735.2745.08-
YUV161.15136.39191.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=46.38%
G=20.96%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011317600.550.300.02332.4193.271.18
HexFA71B00371E214c5d47
Octal372161260067362514135107
Binary111110101110001101100000110111111101010100110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71B0; }

 p { color: rgb(250,113,176); }

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

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

 a { background-color: rgb(250,113,176); }

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

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

 span { border-color: rgb(250,113,176); }

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