Shades of Brink Pink #F55F83
Tints of Brink Pink #F55F83
RGB
CMYK
RGB Variations
Color information
#F55F83 (or 0xF55F83) is known color: Brink Pink. HEX triplet: F5, 5F and 83. RGB value is (245,95,131). Sum of RGB (Red+Green+Blue) = 245+95+131=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F83 is #0AA07C. Grayscale: #8F8F8F. Windows color (decimal): -696445 or 8609781. OLE color: 8609781.
HSL color Cylindrical-coordinate representation of color #F55F83: hue angle of 345.6º 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 #F55F83 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 131 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.04 |
| HSL | 345.6º | 0.88% | 0.67% | - |
| HSV(B) | 345.6º | 0.61% | 0.96% | - |
| XYZ | 45.85 | 29.24 | 24.7 | - |
| YUV | 143.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 131 | 0 | 0.61 | 0.47 | 0.04 | 345.6 | 0.88 | 0.67 |
| Hex | F5 | 5F | 83 | 0 | 3D | 2F | 4 | 15A | 58 | 43 |
| Octal | 365 | 137 | 203 | 0 | 75 | 57 | 4 | 532 | 130 | 103 |
| Binary | 11110101 | 1011111 | 10000011 | 0 | 111101 | 101111 | 100 | 101011010 | 1011000 | 1000011 |
Color Harmonies of #F55F83
Complementary color
Monochromatic Colors of #F55F83
Black with #F55F83
Text Example
Text Example
White with #F55F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F83; }
p { color: rgb(245,95,131); }
H1.HeaderClassName
{
color: #F55F83;
}
.AnyTagClassName
{
color: #F55F83;
}
</style>
background-color css
<style>
a { background-color: #F55F83; }
a { background-color: rgb(245,95,131); }
div.DivClassName
{
background-color: #F55F83;
}
.BgClassName
{
background-color: #F55F83;
}
</style>
border-color css
<style>
span { border-color: #F55F83; }
span { border-color: rgb(245,95,131); }
td.TdClassName
{
border-color: #F55F83;
}
.TagClassName
{
border-color: #F55F83;
}
</style>