Shades of Brink Pink #FF698D
Tints of Brink Pink #FF698D
RGB
CMYK
RGB Variations
Color information
#FF698D (or 0xFF698D) is known color: Brink Pink. HEX triplet: FF, 69 and 8D. RGB value is (255,105,141). Sum of RGB (Red+Green+Blue) = 255+105+141=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698D is #009672. Grayscale: #999999. Windows color (decimal): -38515 or 9267711. OLE color: 9267711.
HSL color Cylindrical-coordinate representation of color #FF698D: hue angle of 345.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF698D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 141 | - |
| CMYK | 0 | 0.59 | 0.45 | 0 |
| HSL | 345.6º | 1% | 0.71% | - |
| HSV(B) | 345.6º | 0.59% | 1% | - |
| XYZ | 51.1 | 33.29 | 28.93 | - |
| YUV | 153.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 141 | 0 | 0.59 | 0.45 | 0 | 345.6 | 1 | 0.71 |
| Hex | FF | 69 | 8D | 0 | 3B | 2D | 0 | 15A | 64 | 47 |
| Octal | 377 | 151 | 215 | 0 | 73 | 55 | 0 | 532 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10001101 | 0 | 111011 | 101101 | 0 | 101011010 | 1100100 | 1000111 |
Color Harmonies of #FF698D
Complementary color
Monochromatic Colors of #FF698D
Black with #FF698D
Text Example
Text Example
White with #FF698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF698D; }
p { color: rgb(255,105,141); }
H1.HeaderClassName
{
color: #FF698D;
}
.AnyTagClassName
{
color: #FF698D;
}
</style>
background-color css
<style>
a { background-color: #FF698D; }
a { background-color: rgb(255,105,141); }
div.DivClassName
{
background-color: #FF698D;
}
.BgClassName
{
background-color: #FF698D;
}
</style>
border-color css
<style>
span { border-color: #FF698D; }
span { border-color: rgb(255,105,141); }
td.TdClassName
{
border-color: #FF698D;
}
.TagClassName
{
border-color: #FF698D;
}
</style>