Shades of Brink Pink #F06080
Tints of Brink Pink #F06080
RGB
CMYK
RGB Variations
Color information
#F06080 (or 0xF06080) is known color: Brink Pink. HEX triplet: F0, 60 and 80. RGB value is (240,96,128). Sum of RGB (Red+Green+Blue) = 240+96+128=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F06080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06080 is #0F9F7F. Grayscale: #8E8E8E. Windows color (decimal): -1023872 or 8413424. OLE color: 8413424.
HSL color Cylindrical-coordinate representation of color #F06080: hue angle of 346.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06080 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 128 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.06 |
| HSL | 346.67º | 0.83% | 0.66% | - |
| HSV(B) | 346.67º | 0.6% | 0.94% | - |
| XYZ | 44.01 | 28.45 | 23.59 | - |
| YUV | 142.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 128 | 0 | 0.6 | 0.47 | 0.06 | 346.67 | 0.83 | 0.66 |
| Hex | F0 | 60 | 80 | 0 | 3C | 2F | 6 | 15B | 53 | 42 |
| Octal | 360 | 140 | 200 | 0 | 74 | 57 | 6 | 533 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10000000 | 0 | 111100 | 101111 | 110 | 101011011 | 1010011 | 1000010 |
Color Harmonies of #F06080
Complementary color
Monochromatic Colors of #F06080
Black with #F06080
Text Example
Text Example
White with #F06080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06080; }
p { color: rgb(240,96,128); }
H1.HeaderClassName
{
color: #F06080;
}
.AnyTagClassName
{
color: #F06080;
}
</style>
background-color css
<style>
a { background-color: #F06080; }
a { background-color: rgb(240,96,128); }
div.DivClassName
{
background-color: #F06080;
}
.BgClassName
{
background-color: #F06080;
}
</style>
border-color css
<style>
span { border-color: #F06080; }
span { border-color: rgb(240,96,128); }
td.TdClassName
{
border-color: #F06080;
}
.TagClassName
{
border-color: #F06080;
}
</style>