Shades of Hot Pink #FF6AB1
Tints of Hot Pink #FF6AB1
RGB
CMYK
RGB Variations
Color information
#FF6AB1 (or 0xFF6AB1) is known color: Hot Pink. HEX triplet: FF, 6A and B1. RGB value is (255,106,177). Sum of RGB (Red+Green+Blue) = 255+106+177=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6AB1 is #00954E. Grayscale: #9E9E9E. Windows color (decimal): -38223 or 11627263. OLE color: 11627263.
HSL color Cylindrical-coordinate representation of color #FF6AB1: hue angle of 331.41º 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 #FF6AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 177 | - |
| CMYK | 0 | 0.58 | 0.31 | 0 |
| HSL | 331.41º | 1% | 0.71% | - |
| HSV(B) | 331.41º | 0.58% | 1% | - |
| XYZ | 54.33 | 34.74 | 45.44 | - |
| YUV | 158.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 177 | 0 | 0.58 | 0.31 | 0 | 331.41 | 1 | 0.71 |
| Hex | FF | 6A | B1 | 0 | 3A | 1F | 0 | 14B | 64 | 47 |
| Octal | 377 | 152 | 261 | 0 | 72 | 37 | 0 | 513 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10110001 | 0 | 111010 | 11111 | 0 | 101001011 | 1100100 | 1000111 |
Color Harmonies of #FF6AB1
Complementary color
Monochromatic Colors of #FF6AB1
Black with #FF6AB1
Text Example
Text Example
White with #FF6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AB1; }
p { color: rgb(255,106,177); }
H1.HeaderClassName
{
color: #FF6AB1;
}
.AnyTagClassName
{
color: #FF6AB1;
}
</style>
background-color css
<style>
a { background-color: #FF6AB1; }
a { background-color: rgb(255,106,177); }
div.DivClassName
{
background-color: #FF6AB1;
}
.BgClassName
{
background-color: #FF6AB1;
}
</style>
border-color css
<style>
span { border-color: #FF6AB1; }
span { border-color: rgb(255,106,177); }
td.TdClassName
{
border-color: #FF6AB1;
}
.TagClassName
{
border-color: #FF6AB1;
}
</style>