Shades of Brink Pink #F5698D
Tints of Brink Pink #F5698D
RGB
CMYK
RGB Variations
Color information
#F5698D (or 0xF5698D) is known color: Brink Pink. HEX triplet: F5, 69 and 8D. RGB value is (245,105,141). Sum of RGB (Red+Green+Blue) = 245+105+141=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5698D is #0A9672. Grayscale: #969696. Windows color (decimal): -693875 or 9267701. OLE color: 9267701.
HSL color Cylindrical-coordinate representation of color #F5698D: hue angle of 344.57º 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 #F5698D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 141 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.04 |
| HSL | 344.57º | 0.88% | 0.69% | - |
| HSV(B) | 344.57º | 0.57% | 0.96% | - |
| XYZ | 47.52 | 31.44 | 28.76 | - |
| YUV | 150.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 141 | 0 | 0.57 | 0.42 | 0.04 | 344.57 | 0.88 | 0.69 |
| Hex | F5 | 69 | 8D | 0 | 39 | 2A | 4 | 159 | 58 | 45 |
| Octal | 365 | 151 | 215 | 0 | 71 | 52 | 4 | 531 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10001101 | 0 | 111001 | 101010 | 100 | 101011001 | 1011000 | 1000101 |
Color Harmonies of #F5698D
Complementary color
Monochromatic Colors of #F5698D
Black with #F5698D
Text Example
Text Example
White with #F5698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5698D; }
p { color: rgb(245,105,141); }
H1.HeaderClassName
{
color: #F5698D;
}
.AnyTagClassName
{
color: #F5698D;
}
</style>
background-color css
<style>
a { background-color: #F5698D; }
a { background-color: rgb(245,105,141); }
div.DivClassName
{
background-color: #F5698D;
}
.BgClassName
{
background-color: #F5698D;
}
</style>
border-color css
<style>
span { border-color: #F5698D; }
span { border-color: rgb(245,105,141); }
td.TdClassName
{
border-color: #F5698D;
}
.TagClassName
{
border-color: #F5698D;
}
</style>