Shades of Brink Pink #F96280
Tints of Brink Pink #F96280
RGB
CMYK
RGB Variations
Color information
#F96280 (or 0xF96280) is known color: Brink Pink. HEX triplet: F9, 62 and 80. RGB value is (249,98,128). Sum of RGB (Red+Green+Blue) = 249+98+128=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F96280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96280 is #069D7F. Grayscale: #929292. Windows color (decimal): -433536 or 8413945. OLE color: 8413945.
HSL color Cylindrical-coordinate representation of color #F96280: hue angle of 348.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96280 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 128 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.02 |
| HSL | 348.08º | 0.93% | 0.68% | - |
| HSV(B) | 348.08º | 0.61% | 0.98% | - |
| XYZ | 47.33 | 30.43 | 23.8 | - |
| YUV | 146.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 128 | 0 | 0.61 | 0.49 | 0.02 | 348.08 | 0.93 | 0.68 |
| Hex | F9 | 62 | 80 | 0 | 3D | 31 | 2 | 15C | 5D | 44 |
| Octal | 371 | 142 | 200 | 0 | 75 | 61 | 2 | 534 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10000000 | 0 | 111101 | 110001 | 10 | 101011100 | 1011101 | 1000100 |
Color Harmonies of #F96280
Complementary color
Monochromatic Colors of #F96280
Black with #F96280
Text Example
Text Example
White with #F96280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96280; }
p { color: rgb(249,98,128); }
H1.HeaderClassName
{
color: #F96280;
}
.AnyTagClassName
{
color: #F96280;
}
</style>
background-color css
<style>
a { background-color: #F96280; }
a { background-color: rgb(249,98,128); }
div.DivClassName
{
background-color: #F96280;
}
.BgClassName
{
background-color: #F96280;
}
</style>
border-color css
<style>
span { border-color: #F96280; }
span { border-color: rgb(249,98,128); }
td.TdClassName
{
border-color: #F96280;
}
.TagClassName
{
border-color: #F96280;
}
</style>