Html Css Color HEX #FC70AA Hot Pink

📋 copy color: '#FC70AA'

red 252 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #FC70AA

Tints of Hot Pink #FC70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

 BLUE value IS 170 (66.8% from 255) = 31.84%

R = 47.19%
G = 20.97%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC70AA (or 0xFC70AA) is known color: Hot Pink. HEX triplet: FC, 70 and AA. RGB value is (252,112,170). Sum of RGB (Red+Green+Blue) = 252+112+170=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70AA is #038F55. Grayscale: #A0A0A0. Windows color (decimal): -233302 or 11170044. OLE color: 11170044.

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

Color convert

RGB 252 112 170 -
CMYK 0 0.56 0.33 0.01
HSL 335.14º 0.96% 0.71% -
HSV(B) 335.14º 0.56% 0.99% -
XYZ 53.19 35.19 42.02 -
YUV 160.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 252 112 170 0 0.56 0.33 0.01 335.14 0.96 0.71
Hex FC 70 AA 0 38 21 1 14F 60 47
Octal 374 160 252 0 70 41 1 517 140 107
Binary 11111100 1110000 10101010 0 111000 100001 1 101001111 1100000 1000111

Color Harmonies of #FC70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70AA

Black with #FC70AA

Text Example


Text Example

White with #FC70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70AA; }

 p { color: rgb(252,112,170); }

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

background-color css

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

 a { background-color: rgb(252,112,170); }

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

border-color css

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

 span { border-color: rgb(252,112,170); }

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