Shades of Brink Pink #F05F80
Tints of Brink Pink #F05F80
RGB
CMYK
RGB Variations
Color information
#F05F80 (or 0xF05F80) is known color: Brink Pink. HEX triplet: F0, 5F and 80. RGB value is (240,95,128). Sum of RGB (Red+Green+Blue) = 240+95+128=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F80 is #0FA07F. Grayscale: #8E8E8E. Windows color (decimal): -1024128 or 8413168. OLE color: 8413168.
HSL color Cylindrical-coordinate representation of color #F05F80: hue angle of 346.34º 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 #F05F80 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 128 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.06 |
| HSL | 346.34º | 0.83% | 0.66% | - |
| HSV(B) | 346.34º | 0.6% | 0.94% | - |
| XYZ | 43.92 | 28.27 | 23.56 | - |
| YUV | 142.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 128 | 0 | 0.60 | 0.47 | 0.06 | 346.34 | 0.83 | 0.66 |
| Hex | F0 | 5F | 80 | 0 | 3C | 2F | 6 | 15A | 53 | 42 |
| Octal | 360 | 137 | 200 | 0 | 74 | 57 | 6 | 532 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10000000 | 0 | 111100 | 101111 | 110 | 101011010 | 1010011 | 1000010 |
Color Harmonies of #F05F80
Complementary color
Monochromatic Colors of #F05F80
Black with #F05F80
Text Example
Text Example
White with #F05F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F80; }
p { color: rgb(240,95,128); }
H1.HeaderClassName
{
color: #F05F80;
}
.AnyTagClassName
{
color: #F05F80;
}
</style>
background-color css
<style>
a { background-color: #F05F80; }
a { background-color: rgb(240,95,128); }
div.DivClassName
{
background-color: #F05F80;
}
.BgClassName
{
background-color: #F05F80;
}
</style>
border-color css
<style>
span { border-color: #F05F80; }
span { border-color: rgb(240,95,128); }
td.TdClassName
{
border-color: #F05F80;
}
.TagClassName
{
border-color: #F05F80;
}
</style>