Shades of Brink Pink #F55E8F
Tints of Brink Pink #F55E8F
RGB
CMYK
RGB Variations
Color information
#F55E8F (or 0xF55E8F) is known color: Brink Pink. HEX triplet: F5, 5E and 8F. RGB value is (245,94,143). Sum of RGB (Red+Green+Blue) = 245+94+143=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E8F is #0AA170. Grayscale: #909090. Windows color (decimal): -696689 or 9395957. OLE color: 9395957.
HSL color Cylindrical-coordinate representation of color #F55E8F: hue angle of 340.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55E8F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 143 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.04 |
| HSL | 340.53º | 0.88% | 0.66% | - |
| HSV(B) | 340.53º | 0.62% | 0.96% | - |
| XYZ | 46.62 | 29.4 | 29.2 | - |
| YUV | 144.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 143 | 0 | 0.62 | 0.42 | 0.04 | 340.53 | 0.88 | 0.66 |
| Hex | F5 | 5E | 8F | 0 | 3E | 2A | 4 | 155 | 58 | 42 |
| Octal | 365 | 136 | 217 | 0 | 76 | 52 | 4 | 525 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10001111 | 0 | 111110 | 101010 | 100 | 101010101 | 1011000 | 1000010 |
Color Harmonies of #F55E8F
Complementary color
Monochromatic Colors of #F55E8F
Black with #F55E8F
Text Example
Text Example
White with #F55E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E8F; }
p { color: rgb(245,94,143); }
H1.HeaderClassName
{
color: #F55E8F;
}
.AnyTagClassName
{
color: #F55E8F;
}
</style>
background-color css
<style>
a { background-color: #F55E8F; }
a { background-color: rgb(245,94,143); }
div.DivClassName
{
background-color: #F55E8F;
}
.BgClassName
{
background-color: #F55E8F;
}
</style>
border-color css
<style>
span { border-color: #F55E8F; }
span { border-color: rgb(245,94,143); }
td.TdClassName
{
border-color: #F55E8F;
}
.TagClassName
{
border-color: #F55E8F;
}
</style>