Shades of Brink Pink #F0687C
Tints of Brink Pink #F0687C
RGB
CMYK
RGB Variations
Color information
#F0687C (or 0xF0687C) is known color: Brink Pink. HEX triplet: F0, 68 and 7C. RGB value is (240,104,124). Sum of RGB (Red+Green+Blue) = 240+104+124=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0687C is #0F9783. Grayscale: #939393. Windows color (decimal): -1021828 or 8153328. OLE color: 8153328.
HSL color Cylindrical-coordinate representation of color #F0687C: hue angle of 351.18º 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 #F0687C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 124 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 351.18º | 0.82% | 0.67% | - |
| HSV(B) | 351.18º | 0.57% | 0.94% | - |
| XYZ | 44.52 | 29.88 | 22.49 | - |
| YUV | 146.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 124 | 0 | 0.57 | 0.48 | 0.06 | 351.18 | 0.82 | 0.67 |
| Hex | F0 | 68 | 7C | 0 | 39 | 30 | 6 | 15F | 52 | 43 |
| Octal | 360 | 150 | 174 | 0 | 71 | 60 | 6 | 537 | 122 | 103 |
| Binary | 11110000 | 1101000 | 1111100 | 0 | 111001 | 110000 | 110 | 101011111 | 1010010 | 1000011 |
Color Harmonies of #F0687C
Complementary color
Monochromatic Colors of #F0687C
Black with #F0687C
Text Example
Text Example
White with #F0687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0687C; }
p { color: rgb(240,104,124); }
H1.HeaderClassName
{
color: #F0687C;
}
.AnyTagClassName
{
color: #F0687C;
}
</style>
background-color css
<style>
a { background-color: #F0687C; }
a { background-color: rgb(240,104,124); }
div.DivClassName
{
background-color: #F0687C;
}
.BgClassName
{
background-color: #F0687C;
}
</style>
border-color css
<style>
span { border-color: #F0687C; }
span { border-color: rgb(240,104,124); }
td.TdClassName
{
border-color: #F0687C;
}
.TagClassName
{
border-color: #F0687C;
}
</style>