Shades of Brink Pink #F5688F
Tints of Brink Pink #F5688F
RGB
CMYK
RGB Variations
Color information
#F5688F (or 0xF5688F) is known color: Brink Pink. HEX triplet: F5, 68 and 8F. RGB value is (245,104,143). Sum of RGB (Red+Green+Blue) = 245+104+143=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5688F is #0A9770. Grayscale: #969696. Windows color (decimal): -694129 or 9398517. OLE color: 9398517.
HSL color Cylindrical-coordinate representation of color #F5688F: hue angle of 343.4º 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 #F5688F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 143 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.04 |
| HSL | 343.4º | 0.88% | 0.68% | - |
| HSV(B) | 343.4º | 0.58% | 0.96% | - |
| XYZ | 47.56 | 31.3 | 29.52 | - |
| YUV | 150.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 143 | 0 | 0.58 | 0.42 | 0.04 | 343.4 | 0.88 | 0.68 |
| Hex | F5 | 68 | 8F | 0 | 3A | 2A | 4 | 157 | 58 | 44 |
| Octal | 365 | 150 | 217 | 0 | 72 | 52 | 4 | 527 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10001111 | 0 | 111010 | 101010 | 100 | 101010111 | 1011000 | 1000100 |
Color Harmonies of #F5688F
Complementary color
Monochromatic Colors of #F5688F
Black with #F5688F
Text Example
Text Example
White with #F5688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5688F; }
p { color: rgb(245,104,143); }
H1.HeaderClassName
{
color: #F5688F;
}
.AnyTagClassName
{
color: #F5688F;
}
</style>
background-color css
<style>
a { background-color: #F5688F; }
a { background-color: rgb(245,104,143); }
div.DivClassName
{
background-color: #F5688F;
}
.BgClassName
{
background-color: #F5688F;
}
</style>
border-color css
<style>
span { border-color: #F5688F; }
span { border-color: rgb(245,104,143); }
td.TdClassName
{
border-color: #F5688F;
}
.TagClassName
{
border-color: #F5688F;
}
</style>