Html Css Color HEX #FA71BA Hot Pink

📋 copy color: '#FA71BA'

red 250 ◦ green 113 ◦ blue 186

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

Shades of Hot Pink #FA71BA

Tints of Hot Pink #FA71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 45.54%
G = 20.58%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA71BA (or 0xFA71BA) is known color: Hot Pink. HEX triplet: FA, 71 and BA. RGB value is (250,113,186). Sum of RGB (Red+Green+Blue) = 250+113+186=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BA is #058E45. Grayscale: #A2A2A2. Windows color (decimal): -364102 or 12218874. OLE color: 12218874.

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

Color convert

RGB 250 113 186 -
CMYK 0 0.55 0.26 0.02
HSL 328.03º 0.93% 0.71% -
HSV(B) 328.03º 0.55% 0.98% -
XYZ 54.19 35.68 50.48 -
YUV 162.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 250 113 186 0 0.55 0.26 0.02 328.03 0.93 0.71
Hex FA 71 BA 0 37 1A 2 148 5D 47
Octal 372 161 272 0 67 32 2 510 135 107
Binary 11111010 1110001 10111010 0 110111 11010 10 101001000 1011101 1000111

Color Harmonies of #FA71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71BA

Black with #FA71BA

Text Example


Text Example

White with #FA71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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