Shades of Brink Pink #F96082
Tints of Brink Pink #F96082
RGB
CMYK
RGB Variations
Color information
#F96082 (or 0xF96082) is known color: Brink Pink. HEX triplet: F9, 60 and 82. RGB value is (249,96,130). Sum of RGB (Red+Green+Blue) = 249+96+130=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F96082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96082 is #069F7D. Grayscale: #919191. Windows color (decimal): -434046 or 8544505. OLE color: 8544505.
HSL color Cylindrical-coordinate representation of color #F96082: hue angle of 346.67º 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 #F96082 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 130 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.02 |
| HSL | 346.67º | 0.93% | 0.68% | - |
| HSV(B) | 346.67º | 0.61% | 0.98% | - |
| XYZ | 47.28 | 30.12 | 24.44 | - |
| YUV | 145.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 130 | 0 | 0.61 | 0.48 | 0.02 | 346.67 | 0.93 | 0.68 |
| Hex | F9 | 60 | 82 | 0 | 3D | 30 | 2 | 15B | 5D | 44 |
| Octal | 371 | 140 | 202 | 0 | 75 | 60 | 2 | 533 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10000010 | 0 | 111101 | 110000 | 10 | 101011011 | 1011101 | 1000100 |
Color Harmonies of #F96082
Complementary color
Monochromatic Colors of #F96082
Black with #F96082
Text Example
Text Example
White with #F96082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96082; }
p { color: rgb(249,96,130); }
H1.HeaderClassName
{
color: #F96082;
}
.AnyTagClassName
{
color: #F96082;
}
</style>
background-color css
<style>
a { background-color: #F96082; }
a { background-color: rgb(249,96,130); }
div.DivClassName
{
background-color: #F96082;
}
.BgClassName
{
background-color: #F96082;
}
</style>
border-color css
<style>
span { border-color: #F96082; }
span { border-color: rgb(249,96,130); }
td.TdClassName
{
border-color: #F96082;
}
.TagClassName
{
border-color: #F96082;
}
</style>