Shades of Hot Pink #FF69B9
Tints of Hot Pink #FF69B9
RGB
CMYK
RGB Variations
Color information
#FF69B9 (or 0xFF69B9) is known color: Hot Pink. HEX triplet: FF, 69 and B9. RGB value is (255,105,185). Sum of RGB (Red+Green+Blue) = 255+105+185=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B9 is #009646. Grayscale: #9E9E9E. Windows color (decimal): -38471 or 12151295. OLE color: 12151295.
HSL color Cylindrical-coordinate representation of color #FF69B9: hue angle of 328º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69B9 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 185 | - |
| CMYK | 0 | 0.59 | 0.27 | 0 |
| HSL | 328º | 1% | 0.71% | - |
| HSV(B) | 328º | 0.59% | 1% | - |
| XYZ | 55.05 | 34.87 | 49.73 | - |
| YUV | 158.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 185 | 0 | 0.59 | 0.27 | 0 | 328 | 1 | 0.71 |
| Hex | FF | 69 | B9 | 0 | 3B | 1B | 0 | 148 | 64 | 47 |
| Octal | 377 | 151 | 271 | 0 | 73 | 33 | 0 | 510 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10111001 | 0 | 111011 | 11011 | 0 | 101001000 | 1100100 | 1000111 |
Color Harmonies of #FF69B9
Complementary color
Monochromatic Colors of #FF69B9
Black with #FF69B9
Text Example
Text Example
White with #FF69B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69B9; }
p { color: rgb(255,105,185); }
H1.HeaderClassName
{
color: #FF69B9;
}
.AnyTagClassName
{
color: #FF69B9;
}
</style>
background-color css
<style>
a { background-color: #FF69B9; }
a { background-color: rgb(255,105,185); }
div.DivClassName
{
background-color: #FF69B9;
}
.BgClassName
{
background-color: #FF69B9;
}
</style>
border-color css
<style>
span { border-color: #FF69B9; }
span { border-color: rgb(255,105,185); }
td.TdClassName
{
border-color: #FF69B9;
}
.TagClassName
{
border-color: #FF69B9;
}
</style>