Shades of Hot Pink #FF63B9
Tints of Hot Pink #FF63B9
RGB
CMYK
RGB Variations
Color information
#FF63B9 (or 0xFF63B9) is known color: Hot Pink. HEX triplet: FF, 63 and B9. RGB value is (255,99,185). Sum of RGB (Red+Green+Blue) = 255+99+185=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63B9 is #009C46. Grayscale: #9B9B9B. Windows color (decimal): -40007 or 12149759. OLE color: 12149759.
HSL color Cylindrical-coordinate representation of color #FF63B9: hue angle of 326.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 #FF63B9 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 185 | - |
| CMYK | 0 | 0.61 | 0.27 | 0 |
| HSL | 326.92º | 1% | 0.69% | - |
| HSV(B) | 326.92º | 0.61% | 1% | - |
| XYZ | 54.46 | 33.69 | 49.53 | - |
| YUV | 155.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 185 | 0 | 0.61 | 0.27 | 0 | 326.92 | 1 | 0.69 |
| Hex | FF | 63 | B9 | 0 | 3D | 1B | 0 | 147 | 64 | 45 |
| Octal | 377 | 143 | 271 | 0 | 75 | 33 | 0 | 507 | 144 | 105 |
| Binary | 11111111 | 1100011 | 10111001 | 0 | 111101 | 11011 | 0 | 101000111 | 1100100 | 1000101 |
Color Harmonies of #FF63B9
Complementary color
Monochromatic Colors of #FF63B9
Black with #FF63B9
Text Example
Text Example
White with #FF63B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63B9; }
p { color: rgb(255,99,185); }
H1.HeaderClassName
{
color: #FF63B9;
}
.AnyTagClassName
{
color: #FF63B9;
}
</style>
background-color css
<style>
a { background-color: #FF63B9; }
a { background-color: rgb(255,99,185); }
div.DivClassName
{
background-color: #FF63B9;
}
.BgClassName
{
background-color: #FF63B9;
}
</style>
border-color css
<style>
span { border-color: #FF63B9; }
span { border-color: rgb(255,99,185); }
td.TdClassName
{
border-color: #FF63B9;
}
.TagClassName
{
border-color: #FF63B9;
}
</style>