Shades of Brink Pink #F5698A
Tints of Brink Pink #F5698A
RGB
CMYK
RGB Variations
Color information
#F5698A (or 0xF5698A) is known color: Brink Pink. HEX triplet: F5, 69 and 8A. RGB value is (245,105,138). Sum of RGB (Red+Green+Blue) = 245+105+138=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5698A is #0A9675. Grayscale: #969696. Windows color (decimal): -693878 or 9071093. OLE color: 9071093.
HSL color Cylindrical-coordinate representation of color #F5698A: hue angle of 345.86º 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 #F5698A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 138 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.04 |
| HSL | 345.86º | 0.88% | 0.69% | - |
| HSV(B) | 345.86º | 0.57% | 0.96% | - |
| XYZ | 47.3 | 31.35 | 27.6 | - |
| YUV | 150.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 138 | 0 | 0.57 | 0.44 | 0.04 | 345.86 | 0.88 | 0.69 |
| Hex | F5 | 69 | 8A | 0 | 39 | 2C | 4 | 15A | 58 | 45 |
| Octal | 365 | 151 | 212 | 0 | 71 | 54 | 4 | 532 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10001010 | 0 | 111001 | 101100 | 100 | 101011010 | 1011000 | 1000101 |
Color Harmonies of #F5698A
Complementary color
Monochromatic Colors of #F5698A
Black with #F5698A
Text Example
Text Example
White with #F5698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5698A; }
p { color: rgb(245,105,138); }
H1.HeaderClassName
{
color: #F5698A;
}
.AnyTagClassName
{
color: #F5698A;
}
</style>
background-color css
<style>
a { background-color: #F5698A; }
a { background-color: rgb(245,105,138); }
div.DivClassName
{
background-color: #F5698A;
}
.BgClassName
{
background-color: #F5698A;
}
</style>
border-color css
<style>
span { border-color: #F5698A; }
span { border-color: rgb(245,105,138); }
td.TdClassName
{
border-color: #F5698A;
}
.TagClassName
{
border-color: #F5698A;
}
</style>