Shades of Brink Pink #F0697D
Tints of Brink Pink #F0697D
RGB
CMYK
RGB Variations
Color information
#F0697D (or 0xF0697D) is known color: Brink Pink. HEX triplet: F0, 69 and 7D. RGB value is (240,105,125). Sum of RGB (Red+Green+Blue) = 240+105+125=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0697D is #0F9682. Grayscale: #939393. Windows color (decimal): -1021571 or 8219120. OLE color: 8219120.
HSL color Cylindrical-coordinate representation of color #F0697D: hue angle of 351.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0697D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 125 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.06 |
| HSL | 351.11º | 0.82% | 0.68% | - |
| HSV(B) | 351.11º | 0.56% | 0.94% | - |
| XYZ | 44.69 | 30.11 | 22.86 | - |
| YUV | 147.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 125 | 0 | 0.56 | 0.48 | 0.06 | 351.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | 7D | 0 | 38 | 30 | 6 | 15F | 52 | 44 |
| Octal | 360 | 151 | 175 | 0 | 70 | 60 | 6 | 537 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1111101 | 0 | 111000 | 110000 | 110 | 101011111 | 1010010 | 1000100 |
Color Harmonies of #F0697D
Complementary color
Monochromatic Colors of #F0697D
Black with #F0697D
Text Example
Text Example
White with #F0697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0697D; }
p { color: rgb(240,105,125); }
H1.HeaderClassName
{
color: #F0697D;
}
.AnyTagClassName
{
color: #F0697D;
}
</style>
background-color css
<style>
a { background-color: #F0697D; }
a { background-color: rgb(240,105,125); }
div.DivClassName
{
background-color: #F0697D;
}
.BgClassName
{
background-color: #F0697D;
}
</style>
border-color css
<style>
span { border-color: #F0697D; }
span { border-color: rgb(240,105,125); }
td.TdClassName
{
border-color: #F0697D;
}
.TagClassName
{
border-color: #F0697D;
}
</style>