Shades of Brink Pink #F0677F
Tints of Brink Pink #F0677F
RGB
CMYK
RGB Variations
Color information
#F0677F (or 0xF0677F) is known color: Brink Pink. HEX triplet: F0, 67 and 7F. RGB value is (240,103,127). Sum of RGB (Red+Green+Blue) = 240+103+127=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0677F is #0F9880. Grayscale: #929292. Windows color (decimal): -1022081 or 8349680. OLE color: 8349680.
HSL color Cylindrical-coordinate representation of color #F0677F: hue angle of 349.49º 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 #F0677F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 127 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.06 |
| HSL | 349.49º | 0.82% | 0.67% | - |
| HSV(B) | 349.49º | 0.57% | 0.94% | - |
| XYZ | 44.62 | 29.76 | 23.47 | - |
| YUV | 146.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 127 | 0 | 0.57 | 0.47 | 0.06 | 349.49 | 0.82 | 0.67 |
| Hex | F0 | 67 | 7F | 0 | 39 | 2F | 6 | 15D | 52 | 43 |
| Octal | 360 | 147 | 177 | 0 | 71 | 57 | 6 | 535 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1111111 | 0 | 111001 | 101111 | 110 | 101011101 | 1010010 | 1000011 |
Color Harmonies of #F0677F
Complementary color
Monochromatic Colors of #F0677F
Black with #F0677F
Text Example
Text Example
White with #F0677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0677F; }
p { color: rgb(240,103,127); }
H1.HeaderClassName
{
color: #F0677F;
}
.AnyTagClassName
{
color: #F0677F;
}
</style>
background-color css
<style>
a { background-color: #F0677F; }
a { background-color: rgb(240,103,127); }
div.DivClassName
{
background-color: #F0677F;
}
.BgClassName
{
background-color: #F0677F;
}
</style>
border-color css
<style>
span { border-color: #F0677F; }
span { border-color: rgb(240,103,127); }
td.TdClassName
{
border-color: #F0677F;
}
.TagClassName
{
border-color: #F0677F;
}
</style>