Shades of Hot Pink #FF63AD
Tints of Hot Pink #FF63AD
RGB
CMYK
RGB Variations
Color information
#FF63AD (or 0xFF63AD) is known color: Hot Pink. HEX triplet: FF, 63 and AD. RGB value is (255,99,173). Sum of RGB (Red+Green+Blue) = 255+99+173=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63AD is #009C52. Grayscale: #999999. Windows color (decimal): -40019 or 11363327. OLE color: 11363327.
HSL color Cylindrical-coordinate representation of color #FF63AD: hue angle of 331.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63AD is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 173 | - |
| CMYK | 0 | 0.61 | 0.32 | 0 |
| HSL | 331.54º | 1% | 0.69% | - |
| HSV(B) | 331.54º | 0.61% | 1% | - |
| XYZ | 53.24 | 33.2 | 43.14 | - |
| YUV | 154.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 173 | 0 | 0.61 | 0.32 | 0 | 331.54 | 1 | 0.69 |
| Hex | FF | 63 | AD | 0 | 3D | 20 | 0 | 14C | 64 | 45 |
| Octal | 377 | 143 | 255 | 0 | 75 | 40 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10101101 | 0 | 111101 | 100000 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF63AD
Complementary color
Monochromatic Colors of #FF63AD
Black with #FF63AD
Text Example
Text Example
White with #FF63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63AD; }
p { color: rgb(255,99,173); }
H1.HeaderClassName
{
color: #FF63AD;
}
.AnyTagClassName
{
color: #FF63AD;
}
</style>
background-color css
<style>
a { background-color: #FF63AD; }
a { background-color: rgb(255,99,173); }
div.DivClassName
{
background-color: #FF63AD;
}
.BgClassName
{
background-color: #FF63AD;
}
</style>
border-color css
<style>
span { border-color: #FF63AD; }
span { border-color: rgb(255,99,173); }
td.TdClassName
{
border-color: #FF63AD;
}
.TagClassName
{
border-color: #FF63AD;
}
</style>