Shades of Brink Pink #F06489
Tints of Brink Pink #F06489
RGB
CMYK
RGB Variations
Color information
#F06489 (or 0xF06489) is known color: Brink Pink. HEX triplet: F0, 64 and 89. RGB value is (240,100,137). Sum of RGB (Red+Green+Blue) = 240+100+137=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06489 is #0F9B76. Grayscale: #929292. Windows color (decimal): -1022839 or 9004272. OLE color: 9004272.
HSL color Cylindrical-coordinate representation of color #F06489: hue angle of 344.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06489 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 137 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.06 |
| HSL | 344.14º | 0.82% | 0.67% | - |
| HSV(B) | 344.14º | 0.58% | 0.94% | - |
| XYZ | 45.01 | 29.45 | 26.98 | - |
| YUV | 146.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 137 | 0 | 0.58 | 0.43 | 0.06 | 344.14 | 0.82 | 0.67 |
| Hex | F0 | 64 | 89 | 0 | 3A | 2B | 6 | 158 | 52 | 43 |
| Octal | 360 | 144 | 211 | 0 | 72 | 53 | 6 | 530 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10001001 | 0 | 111010 | 101011 | 110 | 101011000 | 1010010 | 1000011 |
Color Harmonies of #F06489
Complementary color
Monochromatic Colors of #F06489
Black with #F06489
Text Example
Text Example
White with #F06489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06489; }
p { color: rgb(240,100,137); }
H1.HeaderClassName
{
color: #F06489;
}
.AnyTagClassName
{
color: #F06489;
}
</style>
background-color css
<style>
a { background-color: #F06489; }
a { background-color: rgb(240,100,137); }
div.DivClassName
{
background-color: #F06489;
}
.BgClassName
{
background-color: #F06489;
}
</style>
border-color css
<style>
span { border-color: #F06489; }
span { border-color: rgb(240,100,137); }
td.TdClassName
{
border-color: #F06489;
}
.TagClassName
{
border-color: #F06489;
}
</style>