Shades of Hot Pink #FF75B9
Tints of Hot Pink #FF75B9
RGB
CMYK
RGB Variations
Color information
#FF75B9 (or 0xFF75B9) is known color: Hot Pink. HEX triplet: FF, 75 and B9. RGB value is (255,117,185). Sum of RGB (Red+Green+Blue) = 255+117+185=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75B9 is #008A46. Grayscale: #A5A5A5. Windows color (decimal): -35399 or 12154367. OLE color: 12154367.
HSL color Cylindrical-coordinate representation of color #FF75B9: hue angle of 330.43º 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 #FF75B9 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 185 | - |
| CMYK | 0 | 0.54 | 0.27 | 0 |
| HSL | 330.43º | 1% | 0.73% | - |
| HSV(B) | 330.43º | 0.54% | 1% | - |
| XYZ | 56.36 | 37.49 | 50.16 | - |
| YUV | 166.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 185 | 0 | 0.54 | 0.27 | 0 | 330.43 | 1 | 0.73 |
| Hex | FF | 75 | B9 | 0 | 36 | 1B | 0 | 14A | 64 | 49 |
| Octal | 377 | 165 | 271 | 0 | 66 | 33 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110101 | 10111001 | 0 | 110110 | 11011 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF75B9
Complementary color
Monochromatic Colors of #FF75B9
Black with #FF75B9
Text Example
Text Example
White with #FF75B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75B9; }
p { color: rgb(255,117,185); }
H1.HeaderClassName
{
color: #FF75B9;
}
.AnyTagClassName
{
color: #FF75B9;
}
</style>
background-color css
<style>
a { background-color: #FF75B9; }
a { background-color: rgb(255,117,185); }
div.DivClassName
{
background-color: #FF75B9;
}
.BgClassName
{
background-color: #FF75B9;
}
</style>
border-color css
<style>
span { border-color: #FF75B9; }
span { border-color: rgb(255,117,185); }
td.TdClassName
{
border-color: #FF75B9;
}
.TagClassName
{
border-color: #FF75B9;
}
</style>