Html Css Color HEX #FA71B8 Hot Pink

📋 copy color: '#FA71B8'

red 250 ◦ green 113 ◦ blue 184

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

Shades of Hot Pink #FA71B8

Tints of Hot Pink #FA71B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.64%

R = 45.7%
G = 20.66%
B = 33.64%

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

#FA71B8 (or 0xFA71B8) is known color: Hot Pink. HEX triplet: FA, 71 and B8. RGB value is (250,113,184). Sum of RGB (Red+Green+Blue) = 250+113+184=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71B8 is #058E47. Grayscale: #A1A1A1. Windows color (decimal): -364104 or 12087802. OLE color: 12087802.

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

Color convert

RGB 250 113 184 -
CMYK 0 0.55 0.26 0.02
HSL 328.91º 0.93% 0.71% -
HSV(B) 328.91º 0.55% 0.98% -
XYZ 53.98 35.59 49.37 -
YUV 162.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 250 113 184 0 0.55 0.26 0.02 328.91 0.93 0.71
Hex FA 71 B8 0 37 1A 2 149 5D 47
Octal 372 161 270 0 67 32 2 511 135 107
Binary 11111010 1110001 10111000 0 110111 11010 10 101001001 1011101 1000111

Color Harmonies of #FA71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71B8

Black with #FA71B8

Text Example


Text Example

White with #FA71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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