Shades of Brink Pink #F96388
Tints of Brink Pink #F96388
RGB
CMYK
RGB Variations
Color information
#F96388 (or 0xF96388) is known color: Brink Pink. HEX triplet: F9, 63 and 88. RGB value is (249,99,136). Sum of RGB (Red+Green+Blue) = 249+99+136=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F96388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96388 is #069C77. Grayscale: #949494. Windows color (decimal): -433272 or 8938489. OLE color: 8938489.
HSL color Cylindrical-coordinate representation of color #F96388: hue angle of 345.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 #F96388 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 136 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.02 |
| HSL | 345.2º | 0.93% | 0.68% | - |
| HSV(B) | 345.2º | 0.6% | 0.98% | - |
| XYZ | 47.97 | 30.84 | 26.72 | - |
| YUV | 148.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 136 | 0 | 0.60 | 0.45 | 0.02 | 345.2 | 0.93 | 0.68 |
| Hex | F9 | 63 | 88 | 0 | 3C | 2D | 2 | 159 | 5D | 44 |
| Octal | 371 | 143 | 210 | 0 | 74 | 55 | 2 | 531 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10001000 | 0 | 111100 | 101101 | 10 | 101011001 | 1011101 | 1000100 |
Color Harmonies of #F96388
Complementary color
Monochromatic Colors of #F96388
Black with #F96388
Text Example
Text Example
White with #F96388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96388; }
p { color: rgb(249,99,136); }
H1.HeaderClassName
{
color: #F96388;
}
.AnyTagClassName
{
color: #F96388;
}
</style>
background-color css
<style>
a { background-color: #F96388; }
a { background-color: rgb(249,99,136); }
div.DivClassName
{
background-color: #F96388;
}
.BgClassName
{
background-color: #F96388;
}
</style>
border-color css
<style>
span { border-color: #F96388; }
span { border-color: rgb(249,99,136); }
td.TdClassName
{
border-color: #F96388;
}
.TagClassName
{
border-color: #F96388;
}
</style>