#FF70B6

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

Shades of Hot Pink #FF70B6

Tints of Hot Pink #FF70B6

Color information

#FF70B6 (or 0xFF70B6) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and B6. RGB value is (255,112,182). Sum of RGB (Red+Green+Blue) = 255+112+182=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70B6 is #008F49. Grayscale: #A2A2A2. Windows color (decimal): -36682 or 11956479. OLE color: 11956479.

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

Color convert

RGB255112182-
CMYK00.560.290
HSL330.63º100%71.96%-
HSV(B)330.63º56.08%100%-
XYZ55.4836.2348.32-
YUV162.74138.88193.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=46.45%
G=20.40%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511218200.560.290330.6310071.96
HexFF70B60381D014b6448
Octal377160266070350513144110
Binary11111111111000010110110011100011101010100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70B6; }

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

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

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

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

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

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

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

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