Html Css Color HEX #FC71AB Hot Pink

📋 copy color: '#FC71AB'

red 252 ◦ green 113 ◦ blue 171

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

Shades of Hot Pink #FC71AB

Tints of Hot Pink #FC71AB

RGB

 RED value IS 252 (98.83% from 255) = 47.01%

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 47.01%
G = 21.08%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC71AB (or 0xFC71AB) is known color: Hot Pink. HEX triplet: FC, 71 and AB. RGB value is (252,113,171). Sum of RGB (Red+Green+Blue) = 252+113+171=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC71AB is #038E54. Grayscale: #A1A1A1. Windows color (decimal): -233045 or 11235836. OLE color: 11235836.

HSL color Cylindrical-coordinate representation of color #FC71AB: hue angle of 334.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71AB is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 113 171 -
CMYK 0 0.55 0.32 0.01
HSL 334.96º 0.96% 0.72% -
HSV(B) 334.96º 0.55% 0.99% -
XYZ 53.4 35.45 42.56 -
YUV 161.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 252 113 171 0 0.55 0.32 0.01 334.96 0.96 0.72
Hex FC 71 AB 0 37 20 1 14F 60 48
Octal 374 161 253 0 67 40 1 517 140 110
Binary 11111100 1110001 10101011 0 110111 100000 1 101001111 1100000 1001000

Color Harmonies of #FC71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71AB

Black with #FC71AB

Text Example


Text Example

White with #FC71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71AB; }

 p { color: rgb(252,113,171); }

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

background-color css

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

 a { background-color: rgb(252,113,171); }

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

border-color css

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

 span { border-color: rgb(252,113,171); }

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