Shades of Brink Pink #F56790
Tints of Brink Pink #F56790
RGB
CMYK
RGB Variations
Color information
#F56790 (or 0xF56790) is known color: Brink Pink. HEX triplet: F5, 67 and 90. RGB value is (245,103,144). Sum of RGB (Red+Green+Blue) = 245+103+144=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56790 is #0A986F. Grayscale: #969696. Windows color (decimal): -694384 or 9463797. OLE color: 9463797.
HSL color Cylindrical-coordinate representation of color #F56790: hue angle of 342.68º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56790 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 144 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.04 |
| HSL | 342.68º | 0.88% | 0.68% | - |
| HSV(B) | 342.68º | 0.58% | 0.96% | - |
| XYZ | 47.54 | 31.13 | 29.89 | - |
| YUV | 150.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 144 | 0 | 0.58 | 0.41 | 0.04 | 342.68 | 0.88 | 0.68 |
| Hex | F5 | 67 | 90 | 0 | 3A | 29 | 4 | 157 | 58 | 44 |
| Octal | 365 | 147 | 220 | 0 | 72 | 51 | 4 | 527 | 130 | 104 |
| Binary | 11110101 | 1100111 | 10010000 | 0 | 111010 | 101001 | 100 | 101010111 | 1011000 | 1000100 |
Color Harmonies of #F56790
Complementary color
Monochromatic Colors of #F56790
Black with #F56790
Text Example
Text Example
White with #F56790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56790; }
p { color: rgb(245,103,144); }
H1.HeaderClassName
{
color: #F56790;
}
.AnyTagClassName
{
color: #F56790;
}
</style>
background-color css
<style>
a { background-color: #F56790; }
a { background-color: rgb(245,103,144); }
div.DivClassName
{
background-color: #F56790;
}
.BgClassName
{
background-color: #F56790;
}
</style>
border-color css
<style>
span { border-color: #F56790; }
span { border-color: rgb(245,103,144); }
td.TdClassName
{
border-color: #F56790;
}
.TagClassName
{
border-color: #F56790;
}
</style>