Shades of Brink Pink #F06884
Tints of Brink Pink #F06884
RGB
CMYK
RGB Variations
Color information
#F06884 (or 0xF06884) is known color: Brink Pink. HEX triplet: F0, 68 and 84. RGB value is (240,104,132). Sum of RGB (Red+Green+Blue) = 240+104+132=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06884 is #0F977B. Grayscale: #939393. Windows color (decimal): -1021820 or 8677616. OLE color: 8677616.
HSL color Cylindrical-coordinate representation of color #F06884: hue angle of 347.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06884 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 132 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.06 |
| HSL | 347.65º | 0.82% | 0.67% | - |
| HSV(B) | 347.65º | 0.57% | 0.94% | - |
| XYZ | 45.05 | 30.09 | 25.26 | - |
| YUV | 147.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 132 | 0 | 0.57 | 0.45 | 0.06 | 347.65 | 0.82 | 0.67 |
| Hex | F0 | 68 | 84 | 0 | 39 | 2D | 6 | 15C | 52 | 43 |
| Octal | 360 | 150 | 204 | 0 | 71 | 55 | 6 | 534 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10000100 | 0 | 111001 | 101101 | 110 | 101011100 | 1010010 | 1000011 |
Color Harmonies of #F06884
Complementary color
Monochromatic Colors of #F06884
Black with #F06884
Text Example
Text Example
White with #F06884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06884; }
p { color: rgb(240,104,132); }
H1.HeaderClassName
{
color: #F06884;
}
.AnyTagClassName
{
color: #F06884;
}
</style>
background-color css
<style>
a { background-color: #F06884; }
a { background-color: rgb(240,104,132); }
div.DivClassName
{
background-color: #F06884;
}
.BgClassName
{
background-color: #F06884;
}
</style>
border-color css
<style>
span { border-color: #F06884; }
span { border-color: rgb(240,104,132); }
td.TdClassName
{
border-color: #F06884;
}
.TagClassName
{
border-color: #F06884;
}
</style>