Html Css Color HEX #FF70AB Hot Pink

📋 copy color: '#FF70AB'

red 255 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #FF70AB

Tints of Hot Pink #FF70AB

RGB

 RED value IS 255 (100% from 255) = 47.4%

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

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

R = 47.4%
G = 20.82%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF70AB (or 0xFF70AB) is known color: Hot Pink. HEX triplet: FF, 70 and AB. RGB value is (255,112,171). Sum of RGB (Red+Green+Blue) = 255+112+171=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70AB is #008F54. Grayscale: #A1A1A1. Windows color (decimal): -36693 or 11235583. OLE color: 11235583.

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

Color convert

RGB 255 112 171 -
CMYK 0 0.56 0.33 0
HSL 335.24º 1% 0.72% -
HSV(B) 335.24º 0.56% 1% -
XYZ 54.38 35.79 42.57 -
YUV 161.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 255 112 171 0 0.56 0.33 0 335.24 1 0.72
Hex FF 70 AB 0 38 21 0 14F 64 48
Octal 377 160 253 0 70 41 0 517 144 110
Binary 11111111 1110000 10101011 0 111000 100001 0 101001111 1100100 1001000

Color Harmonies of #FF70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70AB

Black with #FF70AB

Text Example


Text Example

White with #FF70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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