Shades of Brink Pink #F06078
Tints of Brink Pink #F06078
RGB
CMYK
RGB Variations
Color information
#F06078 (or 0xF06078) is known color: Brink Pink. HEX triplet: F0, 60 and 78. RGB value is (240,96,120). Sum of RGB (Red+Green+Blue) = 240+96+120=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06078 is #0F9F87. Grayscale: #8D8D8D. Windows color (decimal): -1023880 or 7889136. OLE color: 7889136.
HSL color Cylindrical-coordinate representation of color #F06078: hue angle of 350º 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 #F06078 is Cyan = 0, Magento = 0.6, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 120 | - |
| CMYK | 0 | 0.6 | 0.5 | 0.06 |
| HSL | 350º | 0.83% | 0.66% | - |
| HSV(B) | 350º | 0.6% | 0.94% | - |
| XYZ | 43.51 | 28.25 | 20.93 | - |
| YUV | 141.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 120 | 0 | 0.6 | 0.5 | 0.06 | 350 | 0.83 | 0.66 |
| Hex | F0 | 60 | 78 | 0 | 3C | 32 | 6 | 15E | 53 | 42 |
| Octal | 360 | 140 | 170 | 0 | 74 | 62 | 6 | 536 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1111000 | 0 | 111100 | 110010 | 110 | 101011110 | 1010011 | 1000010 |
Color Harmonies of #F06078
Complementary color
Monochromatic Colors of #F06078
Black with #F06078
Text Example
Text Example
White with #F06078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06078; }
p { color: rgb(240,96,120); }
H1.HeaderClassName
{
color: #F06078;
}
.AnyTagClassName
{
color: #F06078;
}
</style>
background-color css
<style>
a { background-color: #F06078; }
a { background-color: rgb(240,96,120); }
div.DivClassName
{
background-color: #F06078;
}
.BgClassName
{
background-color: #F06078;
}
</style>
border-color css
<style>
span { border-color: #F06078; }
span { border-color: rgb(240,96,120); }
td.TdClassName
{
border-color: #F06078;
}
.TagClassName
{
border-color: #F06078;
}
</style>