Shades of Hot Pink #F963BA
Tints of Hot Pink #F963BA
RGB
CMYK
RGB Variations
Color information
#F963BA (or 0xF963BA) is known color: Hot Pink. HEX triplet: F9, 63 and BA. RGB value is (249,99,186). Sum of RGB (Red+Green+Blue) = 249+99+186=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F963BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963BA is #069C45. Grayscale: #999999. Windows color (decimal): -433222 or 12215289. OLE color: 12215289.
HSL color Cylindrical-coordinate representation of color #F963BA: hue angle of 325.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963BA is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 186 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.02 |
| HSL | 325.2º | 0.93% | 0.68% | - |
| HSV(B) | 325.2º | 0.6% | 0.98% | - |
| XYZ | 52.39 | 32.61 | 49.99 | - |
| YUV | 153.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 186 | 0 | 0.60 | 0.25 | 0.02 | 325.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | BA | 0 | 3C | 19 | 2 | 145 | 5D | 44 |
| Octal | 371 | 143 | 272 | 0 | 74 | 31 | 2 | 505 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10111010 | 0 | 111100 | 11001 | 10 | 101000101 | 1011101 | 1000100 |
Color Harmonies of #F963BA
Complementary color
Monochromatic Colors of #F963BA
Black with #F963BA
Text Example
Text Example
White with #F963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963BA; }
p { color: rgb(249,99,186); }
H1.HeaderClassName
{
color: #F963BA;
}
.AnyTagClassName
{
color: #F963BA;
}
</style>
background-color css
<style>
a { background-color: #F963BA; }
a { background-color: rgb(249,99,186); }
div.DivClassName
{
background-color: #F963BA;
}
.BgClassName
{
background-color: #F963BA;
}
</style>
border-color css
<style>
span { border-color: #F963BA; }
span { border-color: rgb(249,99,186); }
td.TdClassName
{
border-color: #F963BA;
}
.TagClassName
{
border-color: #F963BA;
}
</style>