Shades of Hot Pink #FF69AA
Tints of Hot Pink #FF69AA
RGB
CMYK
RGB Variations
Color information
#FF69AA (or 0xFF69AA) is known color: Hot Pink. HEX triplet: FF, 69 and AA. RGB value is (255,105,170). Sum of RGB (Red+Green+Blue) = 255+105+170=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF69AA is #009655. Grayscale: #9D9D9D. Windows color (decimal): -38486 or 11168255. OLE color: 11168255.
HSL color Cylindrical-coordinate representation of color #FF69AA: hue angle of 334º 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 #FF69AA is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 170 | - |
| CMYK | 0 | 0.59 | 0.33 | 0 |
| HSL | 334º | 1% | 0.71% | - |
| HSV(B) | 334º | 0.59% | 1% | - |
| XYZ | 53.55 | 34.27 | 41.82 | - |
| YUV | 157.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 170 | 0 | 0.59 | 0.33 | 0 | 334 | 1 | 0.71 |
| Hex | FF | 69 | AA | 0 | 3B | 21 | 0 | 14E | 64 | 47 |
| Octal | 377 | 151 | 252 | 0 | 73 | 41 | 0 | 516 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10101010 | 0 | 111011 | 100001 | 0 | 101001110 | 1100100 | 1000111 |
Color Harmonies of #FF69AA
Complementary color
Monochromatic Colors of #FF69AA
Black with #FF69AA
Text Example
Text Example
White with #FF69AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69AA; }
p { color: rgb(255,105,170); }
H1.HeaderClassName
{
color: #FF69AA;
}
.AnyTagClassName
{
color: #FF69AA;
}
</style>
background-color css
<style>
a { background-color: #FF69AA; }
a { background-color: rgb(255,105,170); }
div.DivClassName
{
background-color: #FF69AA;
}
.BgClassName
{
background-color: #FF69AA;
}
</style>
border-color css
<style>
span { border-color: #FF69AA; }
span { border-color: rgb(255,105,170); }
td.TdClassName
{
border-color: #FF69AA;
}
.TagClassName
{
border-color: #FF69AA;
}
</style>