#FA74B1

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

Shades of Hot Pink #FA74B1

Tints of Hot Pink #FA74B1

Color information

#FA74B1 (or 0xFA74B1) is unknown color: approx Hot Pink. HEX triplet: FA, 74 and B1. RGB value is (250,116,177). Sum of RGB (Red+Green+Blue) = 250+116+177=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA74B1 is #058B4E. Grayscale: #A2A2A2. Windows color (decimal): -363343 or 11629818. OLE color: 11629818.

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

Color convert

RGB250116177-
CMYK00.540.290.02
HSL332.69º93.06%71.76%-
HSV(B)332.69º53.6%98.04%-
XYZ53.6135.9945.72-
YUV163.02135.89190.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 116 (45.70% from 255) = 21.36%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=46.04%
G=21.36%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011617700.540.290.02332.6993.0671.76
HexFA74B10361D214d5d48
Octal372164261066352515135110
Binary111110101110100101100010110110111011010100110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74B1; }

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

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

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

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

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

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

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

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