Html Css Color HEX #FC71AD Hot Pink

📋 copy color: '#FC71AD'

red 252 ◦ green 113 ◦ blue 173

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

Shades of Hot Pink #FC71AD

Tints of Hot Pink #FC71AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.16%

R = 46.84%
G = 21%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC71AD (or 0xFC71AD) is known color: Hot Pink. HEX triplet: FC, 71 and AD. RGB value is (252,113,173). Sum of RGB (Red+Green+Blue) = 252+113+173=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC71AD is #038E52. Grayscale: #A1A1A1. Windows color (decimal): -233043 or 11366908. OLE color: 11366908.

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

Color convert

RGB 252 113 173 -
CMYK 0 0.55 0.31 0.01
HSL 334.1º 0.96% 0.72% -
HSV(B) 334.1º 0.55% 0.99% -
XYZ 53.59 35.52 43.57 -
YUV 161.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 252 113 173 0 0.55 0.31 0.01 334.1 0.96 0.72
Hex FC 71 AD 0 37 1F 1 14E 60 48
Octal 374 161 255 0 67 37 1 516 140 110
Binary 11111100 1110001 10101101 0 110111 11111 1 101001110 1100000 1001000

Color Harmonies of #FC71AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71AD

Black with #FC71AD

Text Example


Text Example

White with #FC71AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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