Shades of Brink Pink #F65884
Tints of Brink Pink #F65884
RGB
CMYK
RGB Variations
Color information
#F65884 (or 0xF65884) is known color: Brink Pink. HEX triplet: F6, 58 and 84. RGB value is (246,88,132). Sum of RGB (Red+Green+Blue) = 246+88+132=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F65884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65884 is #09A77B. Grayscale: #8C8C8C. Windows color (decimal): -632700 or 8673526. OLE color: 8673526.
HSL color Cylindrical-coordinate representation of color #F65884: hue angle of 343.29º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65884 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 132 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.04 |
| HSL | 343.29º | 0.9% | 0.65% | - |
| HSV(B) | 343.29º | 0.64% | 0.96% | - |
| XYZ | 45.66 | 28.24 | 24.87 | - |
| YUV | 140.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 132 | 0 | 0.64 | 0.46 | 0.04 | 343.29 | 0.9 | 0.65 |
| Hex | F6 | 58 | 84 | 0 | 40 | 2E | 4 | 157 | 5A | 41 |
| Octal | 366 | 130 | 204 | 0 | 100 | 56 | 4 | 527 | 132 | 101 |
| Binary | 11110110 | 1011000 | 10000100 | 0 | 1000000 | 101110 | 100 | 101010111 | 1011010 | 1000001 |
Color Harmonies of #F65884
Complementary color
Monochromatic Colors of #F65884
Black with #F65884
Text Example
Text Example
White with #F65884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65884; }
p { color: rgb(246,88,132); }
H1.HeaderClassName
{
color: #F65884;
}
.AnyTagClassName
{
color: #F65884;
}
</style>
background-color css
<style>
a { background-color: #F65884; }
a { background-color: rgb(246,88,132); }
div.DivClassName
{
background-color: #F65884;
}
.BgClassName
{
background-color: #F65884;
}
</style>
border-color css
<style>
span { border-color: #F65884; }
span { border-color: rgb(246,88,132); }
td.TdClassName
{
border-color: #F65884;
}
.TagClassName
{
border-color: #F65884;
}
</style>