Shades of Brink Pink #F96384
Tints of Brink Pink #F96384
RGB
CMYK
RGB Variations
Color information
#F96384 (or 0xF96384) is known color: Brink Pink. HEX triplet: F9, 63 and 84. RGB value is (249,99,132). Sum of RGB (Red+Green+Blue) = 249+99+132=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F96384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96384 is #069C7B. Grayscale: #939393. Windows color (decimal): -433276 or 8676345. OLE color: 8676345.
HSL color Cylindrical-coordinate representation of color #F96384: hue angle of 346.8º 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 #F96384 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 132 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.02 |
| HSL | 346.8º | 0.93% | 0.68% | - |
| HSV(B) | 346.8º | 0.6% | 0.98% | - |
| XYZ | 47.69 | 30.73 | 25.25 | - |
| YUV | 147.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 132 | 0 | 0.60 | 0.47 | 0.02 | 346.8 | 0.93 | 0.68 |
| Hex | F9 | 63 | 84 | 0 | 3C | 2F | 2 | 15B | 5D | 44 |
| Octal | 371 | 143 | 204 | 0 | 74 | 57 | 2 | 533 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10000100 | 0 | 111100 | 101111 | 10 | 101011011 | 1011101 | 1000100 |
Color Harmonies of #F96384
Complementary color
Monochromatic Colors of #F96384
Black with #F96384
Text Example
Text Example
White with #F96384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96384; }
p { color: rgb(249,99,132); }
H1.HeaderClassName
{
color: #F96384;
}
.AnyTagClassName
{
color: #F96384;
}
</style>
background-color css
<style>
a { background-color: #F96384; }
a { background-color: rgb(249,99,132); }
div.DivClassName
{
background-color: #F96384;
}
.BgClassName
{
background-color: #F96384;
}
</style>
border-color css
<style>
span { border-color: #F96384; }
span { border-color: rgb(249,99,132); }
td.TdClassName
{
border-color: #F96384;
}
.TagClassName
{
border-color: #F96384;
}
</style>