Shades of Brink Pink #F0687D
Tints of Brink Pink #F0687D
RGB
CMYK
RGB Variations
Color information
#F0687D (or 0xF0687D) is known color: Brink Pink. HEX triplet: F0, 68 and 7D. RGB value is (240,104,125). Sum of RGB (Red+Green+Blue) = 240+104+125=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687D is #0F9782. Grayscale: #939393. Windows color (decimal): -1021827 or 8218864. OLE color: 8218864.
HSL color Cylindrical-coordinate representation of color #F0687D: hue angle of 350.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0687D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 125 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 350.74º | 0.82% | 0.67% | - |
| HSV(B) | 350.74º | 0.57% | 0.94% | - |
| XYZ | 44.59 | 29.91 | 22.82 | - |
| YUV | 147.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 125 | 0 | 0.57 | 0.48 | 0.06 | 350.74 | 0.82 | 0.67 |
| Hex | F0 | 68 | 7D | 0 | 39 | 30 | 6 | 15F | 52 | 43 |
| Octal | 360 | 150 | 175 | 0 | 71 | 60 | 6 | 537 | 122 | 103 |
| Binary | 11110000 | 1101000 | 1111101 | 0 | 111001 | 110000 | 110 | 101011111 | 1010010 | 1000011 |
Color Harmonies of #F0687D
Complementary color
Monochromatic Colors of #F0687D
Black with #F0687D
Text Example
Text Example
White with #F0687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0687D; }
p { color: rgb(240,104,125); }
H1.HeaderClassName
{
color: #F0687D;
}
.AnyTagClassName
{
color: #F0687D;
}
</style>
background-color css
<style>
a { background-color: #F0687D; }
a { background-color: rgb(240,104,125); }
div.DivClassName
{
background-color: #F0687D;
}
.BgClassName
{
background-color: #F0687D;
}
</style>
border-color css
<style>
span { border-color: #F0687D; }
span { border-color: rgb(240,104,125); }
td.TdClassName
{
border-color: #F0687D;
}
.TagClassName
{
border-color: #F0687D;
}
</style>