Shades of Brink Pink #FF697B
Tints of Brink Pink #FF697B
RGB
CMYK
RGB Variations
Color information
#FF697B (or 0xFF697B) is known color: Brink Pink. HEX triplet: FF, 69 and 7B. RGB value is (255,105,123). Sum of RGB (Red+Green+Blue) = 255+105+123=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF697B is #009684. Grayscale: #979797. Windows color (decimal): -38533 or 8088063. OLE color: 8088063.
HSL color Cylindrical-coordinate representation of color #FF697B: hue angle of 352.8º 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 #FF697B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 123 | - |
| CMYK | 0 | 0.59 | 0.52 | 0 |
| HSL | 352.8º | 1% | 0.71% | - |
| HSV(B) | 352.8º | 0.59% | 1% | - |
| XYZ | 49.87 | 32.79 | 22.44 | - |
| YUV | 151.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 123 | 0 | 0.59 | 0.52 | 0 | 352.8 | 1 | 0.71 |
| Hex | FF | 69 | 7B | 0 | 3B | 34 | 0 | 161 | 64 | 47 |
| Octal | 377 | 151 | 173 | 0 | 73 | 64 | 0 | 541 | 144 | 107 |
| Binary | 11111111 | 1101001 | 1111011 | 0 | 111011 | 110100 | 0 | 101100001 | 1100100 | 1000111 |
Color Harmonies of #FF697B
Complementary color
Monochromatic Colors of #FF697B
Black with #FF697B
Text Example
Text Example
White with #FF697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF697B; }
p { color: rgb(255,105,123); }
H1.HeaderClassName
{
color: #FF697B;
}
.AnyTagClassName
{
color: #FF697B;
}
</style>
background-color css
<style>
a { background-color: #FF697B; }
a { background-color: rgb(255,105,123); }
div.DivClassName
{
background-color: #FF697B;
}
.BgClassName
{
background-color: #FF697B;
}
</style>
border-color css
<style>
span { border-color: #FF697B; }
span { border-color: rgb(255,105,123); }
td.TdClassName
{
border-color: #FF697B;
}
.TagClassName
{
border-color: #FF697B;
}
</style>