Shades of Hot Pink #FF63BD
Tints of Hot Pink #FF63BD
RGB
CMYK
RGB Variations
Color information
#FF63BD (or 0xFF63BD) is known color: Hot Pink. HEX triplet: FF, 63 and BD. RGB value is (255,99,189). Sum of RGB (Red+Green+Blue) = 255+99+189=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63BD is #009C42. Grayscale: #9B9B9B. Windows color (decimal): -40003 or 12411903. OLE color: 12411903.
HSL color Cylindrical-coordinate representation of color #FF63BD: hue angle of 325.38º 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 #FF63BD is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 189 | - |
| CMYK | 0 | 0.61 | 0.26 | 0 |
| HSL | 325.38º | 1% | 0.69% | - |
| HSV(B) | 325.38º | 0.61% | 1% | - |
| XYZ | 54.89 | 33.86 | 51.79 | - |
| YUV | 155.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 189 | 0 | 0.61 | 0.26 | 0 | 325.38 | 1 | 0.69 |
| Hex | FF | 63 | BD | 0 | 3D | 1A | 0 | 145 | 64 | 45 |
| Octal | 377 | 143 | 275 | 0 | 75 | 32 | 0 | 505 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10111101 | 0 | 111101 | 11010 | 0 | 101000101 | 1100100 | 1000101 |
Color Harmonies of #FF63BD
Complementary color
Monochromatic Colors of #FF63BD
Black with #FF63BD
Text Example
Text Example
White with #FF63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63BD; }
p { color: rgb(255,99,189); }
H1.HeaderClassName
{
color: #FF63BD;
}
.AnyTagClassName
{
color: #FF63BD;
}
</style>
background-color css
<style>
a { background-color: #FF63BD; }
a { background-color: rgb(255,99,189); }
div.DivClassName
{
background-color: #FF63BD;
}
.BgClassName
{
background-color: #FF63BD;
}
</style>
border-color css
<style>
span { border-color: #FF63BD; }
span { border-color: rgb(255,99,189); }
td.TdClassName
{
border-color: #FF63BD;
}
.TagClassName
{
border-color: #FF63BD;
}
</style>