Html Css Color HEX #FB70AB Hot Pink

📋 copy color: '#FB70AB'

red 251 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #FB70AB

Tints of Hot Pink #FB70AB

RGB

 RED value IS 251 (98.44% from 255) = 47%

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

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

R = 47%
G = 20.97%
B = 32.02%

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

#FB70AB (or 0xFB70AB) is known color: Hot Pink. HEX triplet: FB, 70 and AB. RGB value is (251,112,171). Sum of RGB (Red+Green+Blue) = 251+112+171=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB70AB is #048F54. Grayscale: #A0A0A0. Windows color (decimal): -298837 or 11235579. OLE color: 11235579.

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

Color convert

RGB 251 112 171 -
CMYK 0 0.55 0.32 0.02
HSL 334.53º 0.95% 0.71% -
HSV(B) 334.53º 0.55% 0.98% -
XYZ 52.93 35.04 42.5 -
YUV 160.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 251 112 171 0 0.55 0.32 0.02 334.53 0.95 0.71
Hex FB 70 AB 0 37 20 2 14F 5F 47
Octal 373 160 253 0 67 40 2 517 137 107
Binary 11111011 1110000 10101011 0 110111 100000 10 101001111 1011111 1000111

Color Harmonies of #FB70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB70AB

Black with #FB70AB

Text Example


Text Example

White with #FB70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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