Html Css Color HEX #FA70AB Hot Pink

📋 copy color: '#FA70AB'

red 250 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #FA70AB

Tints of Hot Pink #FA70AB

RGB

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

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

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

R = 46.9%
G = 21.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA70AB (or 0xFA70AB) is known color: Hot Pink. HEX triplet: FA, 70 and AB. RGB value is (250,112,171). Sum of RGB (Red+Green+Blue) = 250+112+171=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA70AB is #058F54. Grayscale: #9F9F9F. Windows color (decimal): -364373 or 11235578. OLE color: 11235578.

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

Color convert

RGB 250 112 171 -
CMYK 0 0.55 0.32 0.02
HSL 334.35º 0.93% 0.71% -
HSV(B) 334.35º 0.55% 0.98% -
XYZ 52.57 34.85 42.48 -
YUV 159.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 250 112 171 0 0.55 0.32 0.02 334.35 0.93 0.71
Hex FA 70 AB 0 37 20 2 14E 5D 47
Octal 372 160 253 0 67 40 2 516 135 107
Binary 11111010 1110000 10101011 0 110111 100000 10 101001110 1011101 1000111

Color Harmonies of #FA70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA70AB

Black with #FA70AB

Text Example


Text Example

White with #FA70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA70AB; }

 p { color: rgb(250,112,171); }

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

background-color css

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

 a { background-color: rgb(250,112,171); }

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

border-color css

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

 span { border-color: rgb(250,112,171); }

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