Shades of Hot Pink #FF6DA8
Tints of Hot Pink #FF6DA8
RGB
CMYK
RGB Variations
Color information
#FF6DA8 (or 0xFF6DA8) is known color: Hot Pink. HEX triplet: FF, 6D and A8. RGB value is (255,109,168). Sum of RGB (Red+Green+Blue) = 255+109+168=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6DA8 is #009257. Grayscale: #9F9F9F. Windows color (decimal): -37464 or 11038207. OLE color: 11038207.
HSL color Cylindrical-coordinate representation of color #FF6DA8: hue angle of 335.75º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DA8 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 168 | - |
| CMYK | 0 | 0.57 | 0.34 | 0 |
| HSL | 335.75º | 1% | 0.71% | - |
| HSV(B) | 335.75º | 0.57% | 1% | - |
| XYZ | 53.78 | 35.02 | 40.97 | - |
| YUV | 159.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 168 | 0 | 0.57 | 0.34 | 0 | 335.75 | 1 | 0.71 |
| Hex | FF | 6D | A8 | 0 | 39 | 22 | 0 | 150 | 64 | 47 |
| Octal | 377 | 155 | 250 | 0 | 71 | 42 | 0 | 520 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10101000 | 0 | 111001 | 100010 | 0 | 101010000 | 1100100 | 1000111 |
Color Harmonies of #FF6DA8
Complementary color
Monochromatic Colors of #FF6DA8
Black with #FF6DA8
Text Example
Text Example
White with #FF6DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DA8; }
p { color: rgb(255,109,168); }
H1.HeaderClassName
{
color: #FF6DA8;
}
.AnyTagClassName
{
color: #FF6DA8;
}
</style>
background-color css
<style>
a { background-color: #FF6DA8; }
a { background-color: rgb(255,109,168); }
div.DivClassName
{
background-color: #FF6DA8;
}
.BgClassName
{
background-color: #FF6DA8;
}
</style>
border-color css
<style>
span { border-color: #FF6DA8; }
span { border-color: rgb(255,109,168); }
td.TdClassName
{
border-color: #FF6DA8;
}
.TagClassName
{
border-color: #FF6DA8;
}
</style>