Shades of Brink Pink #F56488
Tints of Brink Pink #F56488
RGB
CMYK
RGB Variations
Color information
#F56488 (or 0xF56488) is known color: Brink Pink. HEX triplet: F5, 64 and 88. RGB value is (245,100,136). Sum of RGB (Red+Green+Blue) = 245+100+136=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F56488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56488 is #0A9B77. Grayscale: #939393. Windows color (decimal): -695160 or 8938741. OLE color: 8938741.
HSL color Cylindrical-coordinate representation of color #F56488: hue angle of 345.1º 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 #F56488 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 136 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.04 |
| HSL | 345.1º | 0.88% | 0.68% | - |
| HSV(B) | 345.1º | 0.59% | 0.96% | - |
| XYZ | 46.66 | 30.3 | 26.68 | - |
| YUV | 147.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 136 | 0 | 0.59 | 0.44 | 0.04 | 345.1 | 0.88 | 0.68 |
| Hex | F5 | 64 | 88 | 0 | 3B | 2C | 4 | 159 | 58 | 44 |
| Octal | 365 | 144 | 210 | 0 | 73 | 54 | 4 | 531 | 130 | 104 |
| Binary | 11110101 | 1100100 | 10001000 | 0 | 111011 | 101100 | 100 | 101011001 | 1011000 | 1000100 |
Color Harmonies of #F56488
Complementary color
Monochromatic Colors of #F56488
Black with #F56488
Text Example
Text Example
White with #F56488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56488; }
p { color: rgb(245,100,136); }
H1.HeaderClassName
{
color: #F56488;
}
.AnyTagClassName
{
color: #F56488;
}
</style>
background-color css
<style>
a { background-color: #F56488; }
a { background-color: rgb(245,100,136); }
div.DivClassName
{
background-color: #F56488;
}
.BgClassName
{
background-color: #F56488;
}
</style>
border-color css
<style>
span { border-color: #F56488; }
span { border-color: rgb(245,100,136); }
td.TdClassName
{
border-color: #F56488;
}
.TagClassName
{
border-color: #F56488;
}
</style>