Shades of Hot Pink #FF63BA
Tints of Hot Pink #FF63BA
RGB
CMYK
RGB Variations
Color information
#FF63BA (or 0xFF63BA) is known color: Hot Pink. HEX triplet: FF, 63 and BA. RGB value is (255,99,186). Sum of RGB (Red+Green+Blue) = 255+99+186=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63BA is #009C45. Grayscale: #9B9B9B. Windows color (decimal): -40006 or 12215295. OLE color: 12215295.
HSL color Cylindrical-coordinate representation of color #FF63BA: hue angle of 326.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 #FF63BA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 186 | - |
| CMYK | 0 | 0.61 | 0.27 | 0 |
| HSL | 326.54º | 1% | 0.69% | - |
| HSV(B) | 326.54º | 0.61% | 1% | - |
| XYZ | 54.56 | 33.73 | 50.09 | - |
| YUV | 155.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 186 | 0 | 0.61 | 0.27 | 0 | 326.54 | 1 | 0.69 |
| Hex | FF | 63 | BA | 0 | 3D | 1B | 0 | 147 | 64 | 45 |
| Octal | 377 | 143 | 272 | 0 | 75 | 33 | 0 | 507 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10111010 | 0 | 111101 | 11011 | 0 | 101000111 | 1100100 | 1000101 |
Color Harmonies of #FF63BA
Complementary color
Monochromatic Colors of #FF63BA
Black with #FF63BA
Text Example
Text Example
White with #FF63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63BA; }
p { color: rgb(255,99,186); }
H1.HeaderClassName
{
color: #FF63BA;
}
.AnyTagClassName
{
color: #FF63BA;
}
</style>
background-color css
<style>
a { background-color: #FF63BA; }
a { background-color: rgb(255,99,186); }
div.DivClassName
{
background-color: #FF63BA;
}
.BgClassName
{
background-color: #FF63BA;
}
</style>
border-color css
<style>
span { border-color: #FF63BA; }
span { border-color: rgb(255,99,186); }
td.TdClassName
{
border-color: #FF63BA;
}
.TagClassName
{
border-color: #FF63BA;
}
</style>