Shades of Brink Pink #F56581
Tints of Brink Pink #F56581
RGB
CMYK
RGB Variations
Color information
#F56581 (or 0xF56581) is known color: Brink Pink. HEX triplet: F5, 65 and 81. RGB value is (245,101,129). Sum of RGB (Red+Green+Blue) = 245+101+129=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F56581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56581 is #0A9A7E. Grayscale: #939393. Windows color (decimal): -694911 or 8480245. OLE color: 8480245.
HSL color Cylindrical-coordinate representation of color #F56581: hue angle of 348.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56581 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 129 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.04 |
| HSL | 348.33º | 0.88% | 0.68% | - |
| HSV(B) | 348.33º | 0.59% | 0.96% | - |
| XYZ | 46.27 | 30.3 | 24.18 | - |
| YUV | 147.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 129 | 0 | 0.59 | 0.47 | 0.04 | 348.33 | 0.88 | 0.68 |
| Hex | F5 | 65 | 81 | 0 | 3B | 2F | 4 | 15C | 58 | 44 |
| Octal | 365 | 145 | 201 | 0 | 73 | 57 | 4 | 534 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10000001 | 0 | 111011 | 101111 | 100 | 101011100 | 1011000 | 1000100 |
Color Harmonies of #F56581
Complementary color
Monochromatic Colors of #F56581
Black with #F56581
Text Example
Text Example
White with #F56581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56581; }
p { color: rgb(245,101,129); }
H1.HeaderClassName
{
color: #F56581;
}
.AnyTagClassName
{
color: #F56581;
}
</style>
background-color css
<style>
a { background-color: #F56581; }
a { background-color: rgb(245,101,129); }
div.DivClassName
{
background-color: #F56581;
}
.BgClassName
{
background-color: #F56581;
}
</style>
border-color css
<style>
span { border-color: #F56581; }
span { border-color: rgb(245,101,129); }
td.TdClassName
{
border-color: #F56581;
}
.TagClassName
{
border-color: #F56581;
}
</style>