Shades of Hot Pink #FF63AE
Tints of Hot Pink #FF63AE
RGB
CMYK
RGB Variations
Color information
#FF63AE (or 0xFF63AE) is known color: Hot Pink. HEX triplet: FF, 63 and AE. RGB value is (255,99,174). Sum of RGB (Red+Green+Blue) = 255+99+174=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63AE is #009C51. Grayscale: #9A9A9A. Windows color (decimal): -40018 or 11428863. OLE color: 11428863.
HSL color Cylindrical-coordinate representation of color #FF63AE: hue angle of 331.15º 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 #FF63AE is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 174 | - |
| CMYK | 0 | 0.61 | 0.32 | 0 |
| HSL | 331.15º | 1% | 0.69% | - |
| HSV(B) | 331.15º | 0.61% | 1% | - |
| XYZ | 53.34 | 33.24 | 43.65 | - |
| YUV | 154.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 174 | 0 | 0.61 | 0.32 | 0 | 331.15 | 1 | 0.69 |
| Hex | FF | 63 | AE | 0 | 3D | 20 | 0 | 14B | 64 | 45 |
| Octal | 377 | 143 | 256 | 0 | 75 | 40 | 0 | 513 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10101110 | 0 | 111101 | 100000 | 0 | 101001011 | 1100100 | 1000101 |
Color Harmonies of #FF63AE
Complementary color
Monochromatic Colors of #FF63AE
Black with #FF63AE
Text Example
Text Example
White with #FF63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63AE; }
p { color: rgb(255,99,174); }
H1.HeaderClassName
{
color: #FF63AE;
}
.AnyTagClassName
{
color: #FF63AE;
}
</style>
background-color css
<style>
a { background-color: #FF63AE; }
a { background-color: rgb(255,99,174); }
div.DivClassName
{
background-color: #FF63AE;
}
.BgClassName
{
background-color: #FF63AE;
}
</style>
border-color css
<style>
span { border-color: #FF63AE; }
span { border-color: rgb(255,99,174); }
td.TdClassName
{
border-color: #FF63AE;
}
.TagClassName
{
border-color: #FF63AE;
}
</style>