Html Css Color HEX #FD70AB Hot Pink

📋 copy color: '#FD70AB'

red 253 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #FD70AB

Tints of Hot Pink #FD70AB

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

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

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

R = 47.2%
G = 20.9%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD70AB (or 0xFD70AB) is known color: Hot Pink. HEX triplet: FD, 70 and AB. RGB value is (253,112,171). Sum of RGB (Red+Green+Blue) = 253+112+171=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70AB is #028F54. Grayscale: #A0A0A0. Windows color (decimal): -167765 or 11235581. OLE color: 11235581.

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

Color convert

RGB 253 112 171 -
CMYK 0 0.56 0.32 0.01
HSL 334.89º 0.97% 0.72% -
HSV(B) 334.89º 0.56% 0.99% -
XYZ 53.65 35.41 42.54 -
YUV 160.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 253 112 171 0 0.56 0.32 0.01 334.89 0.97 0.72
Hex FD 70 AB 0 38 20 1 14F 61 48
Octal 375 160 253 0 70 40 1 517 141 110
Binary 11111101 1110000 10101011 0 111000 100000 1 101001111 1100001 1001000

Color Harmonies of #FD70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD70AB

Black with #FD70AB

Text Example


Text Example

White with #FD70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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