Shades of Brink Pink #F5698E
Tints of Brink Pink #F5698E
RGB
CMYK
RGB Variations
Color information
#F5698E (or 0xF5698E) is known color: Brink Pink. HEX triplet: F5, 69 and 8E. RGB value is (245,105,142). Sum of RGB (Red+Green+Blue) = 245+105+142=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5698E is #0A9671. Grayscale: #979797. Windows color (decimal): -693874 or 9333237. OLE color: 9333237.
HSL color Cylindrical-coordinate representation of color #F5698E: hue angle of 344.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5698E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 142 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.04 |
| HSL | 344.14º | 0.88% | 0.69% | - |
| HSV(B) | 344.14º | 0.57% | 0.96% | - |
| XYZ | 47.59 | 31.47 | 29.16 | - |
| YUV | 151.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 142 | 0 | 0.57 | 0.42 | 0.04 | 344.14 | 0.88 | 0.69 |
| Hex | F5 | 69 | 8E | 0 | 39 | 2A | 4 | 158 | 58 | 45 |
| Octal | 365 | 151 | 216 | 0 | 71 | 52 | 4 | 530 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10001110 | 0 | 111001 | 101010 | 100 | 101011000 | 1011000 | 1000101 |
Color Harmonies of #F5698E
Complementary color
Monochromatic Colors of #F5698E
Black with #F5698E
Text Example
Text Example
White with #F5698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5698E; }
p { color: rgb(245,105,142); }
H1.HeaderClassName
{
color: #F5698E;
}
.AnyTagClassName
{
color: #F5698E;
}
</style>
background-color css
<style>
a { background-color: #F5698E; }
a { background-color: rgb(245,105,142); }
div.DivClassName
{
background-color: #F5698E;
}
.BgClassName
{
background-color: #F5698E;
}
</style>
border-color css
<style>
span { border-color: #F5698E; }
span { border-color: rgb(245,105,142); }
td.TdClassName
{
border-color: #F5698E;
}
.TagClassName
{
border-color: #F5698E;
}
</style>