Shades of Hot Pink #FF67AD
Tints of Hot Pink #FF67AD
RGB
CMYK
RGB Variations
Color information
#FF67AD (or 0xFF67AD) is known color: Hot Pink. HEX triplet: FF, 67 and AD. RGB value is (255,103,173). Sum of RGB (Red+Green+Blue) = 255+103+173=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF67AD is #009852. Grayscale: #9C9C9C. Windows color (decimal): -38995 or 11364351. OLE color: 11364351.
HSL color Cylindrical-coordinate representation of color #FF67AD: hue angle of 332.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67AD is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 173 | - |
| CMYK | 0 | 0.60 | 0.32 | 0 |
| HSL | 332.37º | 1% | 0.7% | - |
| HSV(B) | 332.37º | 0.6% | 1% | - |
| XYZ | 53.63 | 33.98 | 43.27 | - |
| YUV | 156.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 173 | 0 | 0.60 | 0.32 | 0 | 332.37 | 1 | 0.7 |
| Hex | FF | 67 | AD | 0 | 3C | 20 | 0 | 14C | 64 | 46 |
| Octal | 377 | 147 | 255 | 0 | 74 | 40 | 0 | 514 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10101101 | 0 | 111100 | 100000 | 0 | 101001100 | 1100100 | 1000110 |
Color Harmonies of #FF67AD
Complementary color
Monochromatic Colors of #FF67AD
Black with #FF67AD
Text Example
Text Example
White with #FF67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67AD; }
p { color: rgb(255,103,173); }
H1.HeaderClassName
{
color: #FF67AD;
}
.AnyTagClassName
{
color: #FF67AD;
}
</style>
background-color css
<style>
a { background-color: #FF67AD; }
a { background-color: rgb(255,103,173); }
div.DivClassName
{
background-color: #FF67AD;
}
.BgClassName
{
background-color: #FF67AD;
}
</style>
border-color css
<style>
span { border-color: #FF67AD; }
span { border-color: rgb(255,103,173); }
td.TdClassName
{
border-color: #FF67AD;
}
.TagClassName
{
border-color: #FF67AD;
}
</style>