#FF70BA

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

Shades of Hot Pink #FF70BA

Tints of Hot Pink #FF70BA

Color information

#FF70BA (or 0xFF70BA) is unknown color: approx Hot Pink. HEX triplet: FF, 70 and BA. RGB value is (255,112,186). Sum of RGB (Red+Green+Blue) = 255+112+186=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70BA is #008F45. Grayscale: #A3A3A3. Windows color (decimal): -36678 or 12218623. OLE color: 12218623.

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

Color convert

RGB255112186-
CMYK00.560.270
HSL328.95º100%71.96%-
HSV(B)328.95º56.08%100%-
XYZ55.936.3950.53-
YUV163.19140.88193.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=46.11%
G=20.25%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511218600.560.270328.9510071.96
HexFF70BA0381B01496448
Octal377160272070330511144110
Binary11111111111000010111010011100011011010100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70BA; }

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

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

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

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

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

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

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

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