Shades of Brink Pink #F05F85
Tints of Brink Pink #F05F85
RGB
CMYK
RGB Variations
Color information
#F05F85 (or 0xF05F85) is known color: Brink Pink. HEX triplet: F0, 5F and 85. RGB value is (240,95,133). Sum of RGB (Red+Green+Blue) = 240+95+133=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F85 is #0FA07A. Grayscale: #8E8E8E. Windows color (decimal): -1024123 or 8740848. OLE color: 8740848.
HSL color Cylindrical-coordinate representation of color #F05F85: hue angle of 344.28º 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 #F05F85 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 133 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.06 |
| HSL | 344.28º | 0.83% | 0.66% | - |
| HSV(B) | 344.28º | 0.6% | 0.94% | - |
| XYZ | 44.26 | 28.4 | 25.34 | - |
| YUV | 142.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 133 | 0 | 0.60 | 0.45 | 0.06 | 344.28 | 0.83 | 0.66 |
| Hex | F0 | 5F | 85 | 0 | 3C | 2D | 6 | 158 | 53 | 42 |
| Octal | 360 | 137 | 205 | 0 | 74 | 55 | 6 | 530 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10000101 | 0 | 111100 | 101101 | 110 | 101011000 | 1010011 | 1000010 |
Color Harmonies of #F05F85
Complementary color
Monochromatic Colors of #F05F85
Black with #F05F85
Text Example
Text Example
White with #F05F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F85; }
p { color: rgb(240,95,133); }
H1.HeaderClassName
{
color: #F05F85;
}
.AnyTagClassName
{
color: #F05F85;
}
</style>
background-color css
<style>
a { background-color: #F05F85; }
a { background-color: rgb(240,95,133); }
div.DivClassName
{
background-color: #F05F85;
}
.BgClassName
{
background-color: #F05F85;
}
</style>
border-color css
<style>
span { border-color: #F05F85; }
span { border-color: rgb(240,95,133); }
td.TdClassName
{
border-color: #F05F85;
}
.TagClassName
{
border-color: #F05F85;
}
</style>