Shades of Hot Pink #FF6AB9
Tints of Hot Pink #FF6AB9
RGB
CMYK
RGB Variations
Color information
#FF6AB9 (or 0xFF6AB9) is known color: Hot Pink. HEX triplet: FF, 6A and B9. RGB value is (255,106,185). Sum of RGB (Red+Green+Blue) = 255+106+185=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AB9 is #009546. Grayscale: #9F9F9F. Windows color (decimal): -38215 or 12151551. OLE color: 12151551.
HSL color Cylindrical-coordinate representation of color #FF6AB9: hue angle of 328.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6AB9 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 185 | - |
| CMYK | 0 | 0.58 | 0.27 | 0 |
| HSL | 328.19º | 1% | 0.71% | - |
| HSV(B) | 328.19º | 0.58% | 1% | - |
| XYZ | 55.15 | 35.07 | 49.76 | - |
| YUV | 159.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 185 | 0 | 0.58 | 0.27 | 0 | 328.19 | 1 | 0.71 |
| Hex | FF | 6A | B9 | 0 | 3A | 1B | 0 | 148 | 64 | 47 |
| Octal | 377 | 152 | 271 | 0 | 72 | 33 | 0 | 510 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10111001 | 0 | 111010 | 11011 | 0 | 101001000 | 1100100 | 1000111 |
Color Harmonies of #FF6AB9
Complementary color
Monochromatic Colors of #FF6AB9
Black with #FF6AB9
Text Example
Text Example
White with #FF6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AB9; }
p { color: rgb(255,106,185); }
H1.HeaderClassName
{
color: #FF6AB9;
}
.AnyTagClassName
{
color: #FF6AB9;
}
</style>
background-color css
<style>
a { background-color: #FF6AB9; }
a { background-color: rgb(255,106,185); }
div.DivClassName
{
background-color: #FF6AB9;
}
.BgClassName
{
background-color: #FF6AB9;
}
</style>
border-color css
<style>
span { border-color: #FF6AB9; }
span { border-color: rgb(255,106,185); }
td.TdClassName
{
border-color: #FF6AB9;
}
.TagClassName
{
border-color: #FF6AB9;
}
</style>