Shades of Hot Pink #FF6DA5
Tints of Hot Pink #FF6DA5
RGB
CMYK
RGB Variations
Color information
#FF6DA5 (or 0xFF6DA5) is known color: Hot Pink. HEX triplet: FF, 6D and A5. RGB value is (255,109,165). Sum of RGB (Red+Green+Blue) = 255+109+165=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6DA5 is #00925A. Grayscale: #9E9E9E. Windows color (decimal): -37467 or 10841599. OLE color: 10841599.
HSL color Cylindrical-coordinate representation of color #FF6DA5: hue angle of 336.99º 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 #FF6DA5 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 165 | - |
| CMYK | 0 | 0.57 | 0.35 | 0 |
| HSL | 336.99º | 1% | 0.71% | - |
| HSV(B) | 336.99º | 0.57% | 1% | - |
| XYZ | 53.5 | 34.91 | 39.52 | - |
| YUV | 159.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 165 | 0 | 0.57 | 0.35 | 0 | 336.99 | 1 | 0.71 |
| Hex | FF | 6D | A5 | 0 | 39 | 23 | 0 | 151 | 64 | 47 |
| Octal | 377 | 155 | 245 | 0 | 71 | 43 | 0 | 521 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10100101 | 0 | 111001 | 100011 | 0 | 101010001 | 1100100 | 1000111 |
Color Harmonies of #FF6DA5
Complementary color
Monochromatic Colors of #FF6DA5
Black with #FF6DA5
Text Example
Text Example
White with #FF6DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DA5; }
p { color: rgb(255,109,165); }
H1.HeaderClassName
{
color: #FF6DA5;
}
.AnyTagClassName
{
color: #FF6DA5;
}
</style>
background-color css
<style>
a { background-color: #FF6DA5; }
a { background-color: rgb(255,109,165); }
div.DivClassName
{
background-color: #FF6DA5;
}
.BgClassName
{
background-color: #FF6DA5;
}
</style>
border-color css
<style>
span { border-color: #FF6DA5; }
span { border-color: rgb(255,109,165); }
td.TdClassName
{
border-color: #FF6DA5;
}
.TagClassName
{
border-color: #FF6DA5;
}
</style>