Shades of Hot Pink #FF63AC
Tints of Hot Pink #FF63AC
RGB
CMYK
RGB Variations
Color information
#FF63AC (or 0xFF63AC) is known color: Hot Pink. HEX triplet: FF, 63 and AC. RGB value is (255,99,172). Sum of RGB (Red+Green+Blue) = 255+99+172=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63AC is #009C53. Grayscale: #999999. Windows color (decimal): -40020 or 11297791. OLE color: 11297791.
HSL color Cylindrical-coordinate representation of color #FF63AC: hue angle of 331.92º 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 #FF63AC is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 172 | - |
| CMYK | 0 | 0.61 | 0.33 | 0 |
| HSL | 331.92º | 1% | 0.69% | - |
| HSV(B) | 331.92º | 0.61% | 1% | - |
| XYZ | 53.15 | 33.16 | 42.63 | - |
| YUV | 153.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 172 | 0 | 0.61 | 0.33 | 0 | 331.92 | 1 | 0.69 |
| Hex | FF | 63 | AC | 0 | 3D | 21 | 0 | 14C | 64 | 45 |
| Octal | 377 | 143 | 254 | 0 | 75 | 41 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10101100 | 0 | 111101 | 100001 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF63AC
Complementary color
Monochromatic Colors of #FF63AC
Black with #FF63AC
Text Example
Text Example
White with #FF63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63AC; }
p { color: rgb(255,99,172); }
H1.HeaderClassName
{
color: #FF63AC;
}
.AnyTagClassName
{
color: #FF63AC;
}
</style>
background-color css
<style>
a { background-color: #FF63AC; }
a { background-color: rgb(255,99,172); }
div.DivClassName
{
background-color: #FF63AC;
}
.BgClassName
{
background-color: #FF63AC;
}
</style>
border-color css
<style>
span { border-color: #FF63AC; }
span { border-color: rgb(255,99,172); }
td.TdClassName
{
border-color: #FF63AC;
}
.TagClassName
{
border-color: #FF63AC;
}
</style>