Html Css Color HEX #FA71AC Hot Pink

📋 copy color: '#FA71AC'

red 250 ◦ green 113 ◦ blue 172

#FA71AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FA71AC

Tints of Hot Pink #FA71AC

RGB

 RED value IS 250 (98.05% from 255) = 46.73%

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 46.73%
G = 21.12%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA71AC (or 0xFA71AC) is known color: Hot Pink. HEX triplet: FA, 71 and AC. RGB value is (250,113,172). Sum of RGB (Red+Green+Blue) = 250+113+172=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA71AC is #058E53. Grayscale: #A0A0A0. Windows color (decimal): -364116 or 11301370. OLE color: 11301370.

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

Color convert

RGB 250 113 172 -
CMYK 0 0.55 0.31 0.02
HSL 334.16º 0.93% 0.71% -
HSV(B) 334.16º 0.55% 0.98% -
XYZ 52.78 35.11 43.03 -
YUV 160.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 250 113 172 0 0.55 0.31 0.02 334.16 0.93 0.71
Hex FA 71 AC 0 37 1F 2 14E 5D 47
Octal 372 161 254 0 67 37 2 516 135 107
Binary 11111010 1110001 10101100 0 110111 11111 10 101001110 1011101 1000111

Color Harmonies of #FA71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71AC

Black with #FA71AC

Text Example


Text Example

White with #FA71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71AC; }

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

 H1.HeaderClassName
 {
   color: #FA71AC;
 }
 .AnyTagClassName
 {
   color: #FA71AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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