Shades of Brink Pink #F05D84
Tints of Brink Pink #F05D84
RGB
CMYK
RGB Variations
Color information
#F05D84 (or 0xF05D84) is known color: Brink Pink. HEX triplet: F0, 5D and 84. RGB value is (240,93,132). Sum of RGB (Red+Green+Blue) = 240+93+132=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05D84 is #0FA27B. Grayscale: #8D8D8D. Windows color (decimal): -1024636 or 8674800. OLE color: 8674800.
HSL color Cylindrical-coordinate representation of color #F05D84: hue angle of 344.08º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05D84 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 132 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.06 |
| HSL | 344.08º | 0.83% | 0.65% | - |
| HSV(B) | 344.08º | 0.61% | 0.94% | - |
| XYZ | 44.01 | 28.02 | 24.92 | - |
| YUV | 141.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 132 | 0 | 0.61 | 0.45 | 0.06 | 344.08 | 0.83 | 0.65 |
| Hex | F0 | 5D | 84 | 0 | 3D | 2D | 6 | 158 | 53 | 41 |
| Octal | 360 | 135 | 204 | 0 | 75 | 55 | 6 | 530 | 123 | 101 |
| Binary | 11110000 | 1011101 | 10000100 | 0 | 111101 | 101101 | 110 | 101011000 | 1010011 | 1000001 |
Color Harmonies of #F05D84
Complementary color
Monochromatic Colors of #F05D84
Black with #F05D84
Text Example
Text Example
White with #F05D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D84; }
p { color: rgb(240,93,132); }
H1.HeaderClassName
{
color: #F05D84;
}
.AnyTagClassName
{
color: #F05D84;
}
</style>
background-color css
<style>
a { background-color: #F05D84; }
a { background-color: rgb(240,93,132); }
div.DivClassName
{
background-color: #F05D84;
}
.BgClassName
{
background-color: #F05D84;
}
</style>
border-color css
<style>
span { border-color: #F05D84; }
span { border-color: rgb(240,93,132); }
td.TdClassName
{
border-color: #F05D84;
}
.TagClassName
{
border-color: #F05D84;
}
</style>