Shades of Hot Pink #FF6BAD
Tints of Hot Pink #FF6BAD
RGB
CMYK
RGB Variations
Color information
#FF6BAD (or 0xFF6BAD) is known color: Hot Pink. HEX triplet: FF, 6B and AD. RGB value is (255,107,173). Sum of RGB (Red+Green+Blue) = 255+107+173=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BAD is #009452. Grayscale: #9E9E9E. Windows color (decimal): -37971 or 11365375. OLE color: 11365375.
HSL color Cylindrical-coordinate representation of color #FF6BAD: hue angle of 333.24º 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 #FF6BAD is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 173 | - |
| CMYK | 0 | 0.58 | 0.32 | 0 |
| HSL | 333.24º | 1% | 0.71% | - |
| HSV(B) | 333.24º | 0.58% | 1% | - |
| XYZ | 54.04 | 34.79 | 43.4 | - |
| YUV | 158.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 173 | 0 | 0.58 | 0.32 | 0 | 333.24 | 1 | 0.71 |
| Hex | FF | 6B | AD | 0 | 3A | 20 | 0 | 14D | 64 | 47 |
| Octal | 377 | 153 | 255 | 0 | 72 | 40 | 0 | 515 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10101101 | 0 | 111010 | 100000 | 0 | 101001101 | 1100100 | 1000111 |
Color Harmonies of #FF6BAD
Complementary color
Monochromatic Colors of #FF6BAD
Black with #FF6BAD
Text Example
Text Example
White with #FF6BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BAD; }
p { color: rgb(255,107,173); }
H1.HeaderClassName
{
color: #FF6BAD;
}
.AnyTagClassName
{
color: #FF6BAD;
}
</style>
background-color css
<style>
a { background-color: #FF6BAD; }
a { background-color: rgb(255,107,173); }
div.DivClassName
{
background-color: #FF6BAD;
}
.BgClassName
{
background-color: #FF6BAD;
}
</style>
border-color css
<style>
span { border-color: #FF6BAD; }
span { border-color: rgb(255,107,173); }
td.TdClassName
{
border-color: #FF6BAD;
}
.TagClassName
{
border-color: #FF6BAD;
}
</style>