#FF70B0

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

Shades of Hot Pink #FF70B0

Tints of Hot Pink #FF70B0

Color information

#FF70B0 (or 0xFF70B0) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and B0. RGB value is (255,112,176). Sum of RGB (Red+Green+Blue) = 255+112+176=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70B0 is #008F4F. Grayscale: #A1A1A1. Windows color (decimal): -36688 or 11563263. OLE color: 11563263.

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

Color convert

RGB255112176-
CMYK00.560.310
HSL333.15º100%71.96%-
HSV(B)333.15º56.08%100%-
XYZ54.8735.9845.13-
YUV162.05135.88194.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 112 (44.14% from 255) = 20.63%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=46.96%
G=20.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511217600.560.310333.1510071.96
HexFF70B00381F014d6448
Octal377160260070370515144110
Binary11111111111000010110000011100011111010100110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70B0; }

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

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

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

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

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

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

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

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