#FF70AD

Color #FF70AD Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FF70AD

Tints of Hot Pink #FF70AD

Color information

#FF70AD (or 0xFF70AD) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and AD. RGB value is (255,112,173). Sum of RGB (Red+Green+Blue) = 255+112+173=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70AD is #008F52. Grayscale: #A1A1A1. Windows color (decimal): -36691 or 11366655. OLE color: 11366655.

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

Color convert

RGB255112173-
CMYK00.560.320
HSL334.41º100%71.96%-
HSV(B)334.41º56.08%100%-
XYZ54.5835.8743.58-
YUV161.71134.38194.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 112 (44.14% from 255) = 20.74%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=47.22%
G=20.74%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511217300.560.320334.4110071.96
HexFF70AD03820014e6448
Octal377160255070400516144110
Binary111111111110000101011010111000100000010100111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70AD; }

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

 H1.HeaderClassName
 {
   color: #FF70AD;
 }
 .AnyTagClassName
 {
   color: #FF70AD;
 }
</style>
background-color css

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

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

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

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

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

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