#FF75BA

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

Shades of Hot Pink #FF75BA

Tints of Hot Pink #FF75BA

Color information

#FF75BA (or 0xFF75BA) is unknown color: approx Hot Pink. HEX triplet: FF, 75 and BA. RGB value is (255,117,186). Sum of RGB (Red+Green+Blue) = 255+117+186=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75BA is #008A45. Grayscale: #A5A5A5. Windows color (decimal): -35398 or 12219903. OLE color: 12219903.

HSL color Cylindrical-coordinate representation of color #FF75BA: hue angle of 330º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75BA is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255117186-
CMYK00.540.270
HSL330º100%72.94%-
HSV(B)330º54.12%100%-
XYZ56.4637.5350.72-
YUV166.13139.22191.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=45.70%
G=20.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511718600.540.27033010072.94
HexFF75BA0361B014a6449
Octal377165272066330512144111
Binary11111111111010110111010011011011011010100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75BA; }

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

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

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

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

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

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

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

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