#FF70B8

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

Shades of Hot Pink #FF70B8

Tints of Hot Pink #FF70B8

Color information

#FF70B8 (or 0xFF70B8) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and B8. RGB value is (255,112,184). Sum of RGB (Red+Green+Blue) = 255+112+184=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70B8 is #008F47. Grayscale: #A2A2A2. Windows color (decimal): -36680 or 12087551. OLE color: 12087551.

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

Color convert

RGB255112184-
CMYK00.560.280
HSL329.79º100%71.96%-
HSV(B)329.79º56.08%100%-
XYZ55.6936.3149.42-
YUV162.96139.88193.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 112 (44.14% from 255) = 20.33%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=46.28%
G=20.33%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511218400.560.280329.7910071.96
HexFF70B80381C014a6448
Octal377160270070340512144110
Binary11111111111000010111000011100011100010100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70B8; }

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

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

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

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

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

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

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

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