Html Css Color HEX #FA71BB Hot Pink

📋 copy color: '#FA71BB'

red 250 ◦ green 113 ◦ blue 187

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

Shades of Hot Pink #FA71BB

Tints of Hot Pink #FA71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 45.45%
G = 20.55%
B = 34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA71BB (or 0xFA71BB) is known color: Hot Pink. HEX triplet: FA, 71 and BB. RGB value is (250,113,187). Sum of RGB (Red+Green+Blue) = 250+113+187=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BB is #058E44. Grayscale: #A2A2A2. Windows color (decimal): -364101 or 12284410. OLE color: 12284410.

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

Color convert

RGB 250 113 187 -
CMYK 0 0.55 0.25 0.02
HSL 327.59º 0.93% 0.71% -
HSV(B) 327.59º 0.55% 0.98% -
XYZ 54.3 35.72 51.05 -
YUV 162.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 250 113 187 0 0.55 0.25 0.02 327.59 0.93 0.71
Hex FA 71 BB 0 37 19 2 148 5D 47
Octal 372 161 273 0 67 31 2 510 135 107
Binary 11111010 1110001 10111011 0 110111 11001 10 101001000 1011101 1000111

Color Harmonies of #FA71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71BB

Black with #FA71BB

Text Example


Text Example

White with #FA71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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