#FF70B7

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

Shades of Hot Pink #FF70B7

Tints of Hot Pink #FF70B7

Color information

#FF70B7 (or 0xFF70B7) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and B7. RGB value is (255,112,183). Sum of RGB (Red+Green+Blue) = 255+112+183=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70B7 is #008F48. Grayscale: #A2A2A2. Windows color (decimal): -36681 or 12022015. OLE color: 12022015.

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

Color convert

RGB255112183-
CMYK00.560.280
HSL330.21º100%71.96%-
HSV(B)330.21º56.08%100%-
XYZ55.5836.2748.87-
YUV162.85139.38193.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=46.36%
G=20.36%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511218300.560.280330.2110071.96
HexFF70B70381C014a6448
Octal377160267070340512144110
Binary11111111111000010110111011100011100010100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70B7; }

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

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

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

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

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

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

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

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