Shades of Brink Pink #F06880
Tints of Brink Pink #F06880
RGB
CMYK
RGB Variations
Color information
#F06880 (or 0xF06880) is known color: Brink Pink. HEX triplet: F0, 68 and 80. RGB value is (240,104,128). Sum of RGB (Red+Green+Blue) = 240+104+128=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F06880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06880 is #0F977F. Grayscale: #939393. Windows color (decimal): -1021824 or 8415472. OLE color: 8415472.
HSL color Cylindrical-coordinate representation of color #F06880: hue angle of 349.41º 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 #F06880 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 128 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.06 |
| HSL | 349.41º | 0.82% | 0.67% | - |
| HSV(B) | 349.41º | 0.57% | 0.94% | - |
| XYZ | 44.78 | 29.98 | 23.85 | - |
| YUV | 147.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 128 | 0 | 0.57 | 0.47 | 0.06 | 349.41 | 0.82 | 0.67 |
| Hex | F0 | 68 | 80 | 0 | 39 | 2F | 6 | 15D | 52 | 43 |
| Octal | 360 | 150 | 200 | 0 | 71 | 57 | 6 | 535 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10000000 | 0 | 111001 | 101111 | 110 | 101011101 | 1010010 | 1000011 |
Color Harmonies of #F06880
Complementary color
Monochromatic Colors of #F06880
Black with #F06880
Text Example
Text Example
White with #F06880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06880; }
p { color: rgb(240,104,128); }
H1.HeaderClassName
{
color: #F06880;
}
.AnyTagClassName
{
color: #F06880;
}
</style>
background-color css
<style>
a { background-color: #F06880; }
a { background-color: rgb(240,104,128); }
div.DivClassName
{
background-color: #F06880;
}
.BgClassName
{
background-color: #F06880;
}
</style>
border-color css
<style>
span { border-color: #F06880; }
span { border-color: rgb(240,104,128); }
td.TdClassName
{
border-color: #F06880;
}
.TagClassName
{
border-color: #F06880;
}
</style>