Shades of Brink Pink #F75982
Tints of Brink Pink #F75982
RGB
CMYK
RGB Variations
Color information
#F75982 (or 0xF75982) is known color: Brink Pink. HEX triplet: F7, 59 and 82. RGB value is (247,89,130). Sum of RGB (Red+Green+Blue) = 247+89+130=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F75982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75982 is #08A67D. Grayscale: #8C8C8C. Windows color (decimal): -566910 or 8542711. OLE color: 8542711.
HSL color Cylindrical-coordinate representation of color #F75982: hue angle of 344.43º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75982 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 130 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.03 |
| HSL | 344.43º | 0.91% | 0.66% | - |
| HSV(B) | 344.43º | 0.64% | 0.97% | - |
| XYZ | 45.96 | 28.53 | 24.2 | - |
| YUV | 140.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 130 | 0 | 0.64 | 0.47 | 0.03 | 344.43 | 0.91 | 0.66 |
| Hex | F7 | 59 | 82 | 0 | 40 | 2F | 3 | 158 | 5B | 42 |
| Octal | 367 | 131 | 202 | 0 | 100 | 57 | 3 | 530 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10000010 | 0 | 1000000 | 101111 | 11 | 101011000 | 1011011 | 1000010 |
Color Harmonies of #F75982
Complementary color
Monochromatic Colors of #F75982
Black with #F75982
Text Example
Text Example
White with #F75982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75982; }
p { color: rgb(247,89,130); }
H1.HeaderClassName
{
color: #F75982;
}
.AnyTagClassName
{
color: #F75982;
}
</style>
background-color css
<style>
a { background-color: #F75982; }
a { background-color: rgb(247,89,130); }
div.DivClassName
{
background-color: #F75982;
}
.BgClassName
{
background-color: #F75982;
}
</style>
border-color css
<style>
span { border-color: #F75982; }
span { border-color: rgb(247,89,130); }
td.TdClassName
{
border-color: #F75982;
}
.TagClassName
{
border-color: #F75982;
}
</style>