Shades of Brink Pink #F55F81
Tints of Brink Pink #F55F81
RGB
CMYK
RGB Variations
Color information
#F55F81 (or 0xF55F81) is known color: Brink Pink. HEX triplet: F5, 5F and 81. RGB value is (245,95,129). Sum of RGB (Red+Green+Blue) = 245+95+129=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F81 is #0AA07E. Grayscale: #8F8F8F. Windows color (decimal): -696447 or 8478709. OLE color: 8478709.
HSL color Cylindrical-coordinate representation of color #F55F81: hue angle of 346.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F81 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 129 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.04 |
| HSL | 346.4º | 0.88% | 0.67% | - |
| HSV(B) | 346.4º | 0.61% | 0.96% | - |
| XYZ | 45.71 | 29.18 | 23.99 | - |
| YUV | 143.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 129 | 0 | 0.61 | 0.47 | 0.04 | 346.4 | 0.88 | 0.67 |
| Hex | F5 | 5F | 81 | 0 | 3D | 2F | 4 | 15A | 58 | 43 |
| Octal | 365 | 137 | 201 | 0 | 75 | 57 | 4 | 532 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10000001 | 0 | 111101 | 101111 | 100 | 101011010 | 1011000 | 1000011 |
Color Harmonies of #F55F81
Complementary color
Monochromatic Colors of #F55F81
Black with #F55F81
Text Example
Text Example
White with #F55F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F81; }
p { color: rgb(245,95,129); }
H1.HeaderClassName
{
color: #F55F81;
}
.AnyTagClassName
{
color: #F55F81;
}
</style>
background-color css
<style>
a { background-color: #F55F81; }
a { background-color: rgb(245,95,129); }
div.DivClassName
{
background-color: #F55F81;
}
.BgClassName
{
background-color: #F55F81;
}
</style>
border-color css
<style>
span { border-color: #F55F81; }
span { border-color: rgb(245,95,129); }
td.TdClassName
{
border-color: #F55F81;
}
.TagClassName
{
border-color: #F55F81;
}
</style>