Shades of Brink Pink #F96385
Tints of Brink Pink #F96385
RGB
CMYK
RGB Variations
Color information
#F96385 (or 0xF96385) is known color: Brink Pink. HEX triplet: F9, 63 and 85. RGB value is (249,99,133). Sum of RGB (Red+Green+Blue) = 249+99+133=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96385 is #069C7A. Grayscale: #939393. Windows color (decimal): -433275 or 8741881. OLE color: 8741881.
HSL color Cylindrical-coordinate representation of color #F96385: hue angle of 346.4º 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 #F96385 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 133 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.02 |
| HSL | 346.4º | 0.93% | 0.68% | - |
| HSV(B) | 346.4º | 0.6% | 0.98% | - |
| XYZ | 47.76 | 30.76 | 25.61 | - |
| YUV | 147.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 133 | 0 | 0.60 | 0.47 | 0.02 | 346.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | 85 | 0 | 3C | 2F | 2 | 15A | 5D | 44 |
| Octal | 371 | 143 | 205 | 0 | 74 | 57 | 2 | 532 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10000101 | 0 | 111100 | 101111 | 10 | 101011010 | 1011101 | 1000100 |
Color Harmonies of #F96385
Complementary color
Monochromatic Colors of #F96385
Black with #F96385
Text Example
Text Example
White with #F96385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96385; }
p { color: rgb(249,99,133); }
H1.HeaderClassName
{
color: #F96385;
}
.AnyTagClassName
{
color: #F96385;
}
</style>
background-color css
<style>
a { background-color: #F96385; }
a { background-color: rgb(249,99,133); }
div.DivClassName
{
background-color: #F96385;
}
.BgClassName
{
background-color: #F96385;
}
</style>
border-color css
<style>
span { border-color: #F96385; }
span { border-color: rgb(249,99,133); }
td.TdClassName
{
border-color: #F96385;
}
.TagClassName
{
border-color: #F96385;
}
</style>