Shades of Brink Pink #F55783
Tints of Brink Pink #F55783
RGB
CMYK
RGB Variations
Color information
#F55783 (or 0xF55783) is known color: Brink Pink. HEX triplet: F5, 57 and 83. RGB value is (245,87,131). Sum of RGB (Red+Green+Blue) = 245+87+131=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F55783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55783 is #0AA87C. Grayscale: #8B8B8B. Windows color (decimal): -698493 or 8607733. OLE color: 8607733.
HSL color Cylindrical-coordinate representation of color #F55783: hue angle of 343.29º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55783 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 131 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.04 |
| HSL | 343.29º | 0.89% | 0.65% | - |
| HSV(B) | 343.29º | 0.64% | 0.96% | - |
| XYZ | 45.16 | 27.87 | 24.47 | - |
| YUV | 139.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 131 | 0 | 0.64 | 0.47 | 0.04 | 343.29 | 0.89 | 0.65 |
| Hex | F5 | 57 | 83 | 0 | 40 | 2F | 4 | 157 | 59 | 41 |
| Octal | 365 | 127 | 203 | 0 | 100 | 57 | 4 | 527 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10000011 | 0 | 1000000 | 101111 | 100 | 101010111 | 1011001 | 1000001 |
Color Harmonies of #F55783
Complementary color
Monochromatic Colors of #F55783
Black with #F55783
Text Example
Text Example
White with #F55783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55783; }
p { color: rgb(245,87,131); }
H1.HeaderClassName
{
color: #F55783;
}
.AnyTagClassName
{
color: #F55783;
}
</style>
background-color css
<style>
a { background-color: #F55783; }
a { background-color: rgb(245,87,131); }
div.DivClassName
{
background-color: #F55783;
}
.BgClassName
{
background-color: #F55783;
}
</style>
border-color css
<style>
span { border-color: #F55783; }
span { border-color: rgb(245,87,131); }
td.TdClassName
{
border-color: #F55783;
}
.TagClassName
{
border-color: #F55783;
}
</style>