Shades of Brink Pink #F0677B
Tints of Brink Pink #F0677B
RGB
CMYK
RGB Variations
Color information
#F0677B (or 0xF0677B) is known color: Brink Pink. HEX triplet: F0, 67 and 7B. RGB value is (240,103,123). Sum of RGB (Red+Green+Blue) = 240+103+123=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0677B is #0F9884. Grayscale: #929292. Windows color (decimal): -1022085 or 8087536. OLE color: 8087536.
HSL color Cylindrical-coordinate representation of color #F0677B: hue angle of 351.24º 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 #F0677B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 123 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.06 |
| HSL | 351.24º | 0.82% | 0.67% | - |
| HSV(B) | 351.24º | 0.57% | 0.94% | - |
| XYZ | 44.36 | 29.66 | 22.12 | - |
| YUV | 146.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 123 | 0 | 0.57 | 0.49 | 0.06 | 351.24 | 0.82 | 0.67 |
| Hex | F0 | 67 | 7B | 0 | 39 | 31 | 6 | 15F | 52 | 43 |
| Octal | 360 | 147 | 173 | 0 | 71 | 61 | 6 | 537 | 122 | 103 |
| Binary | 11110000 | 1100111 | 1111011 | 0 | 111001 | 110001 | 110 | 101011111 | 1010010 | 1000011 |
Color Harmonies of #F0677B
Complementary color
Monochromatic Colors of #F0677B
Black with #F0677B
Text Example
Text Example
White with #F0677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0677B; }
p { color: rgb(240,103,123); }
H1.HeaderClassName
{
color: #F0677B;
}
.AnyTagClassName
{
color: #F0677B;
}
</style>
background-color css
<style>
a { background-color: #F0677B; }
a { background-color: rgb(240,103,123); }
div.DivClassName
{
background-color: #F0677B;
}
.BgClassName
{
background-color: #F0677B;
}
</style>
border-color css
<style>
span { border-color: #F0677B; }
span { border-color: rgb(240,103,123); }
td.TdClassName
{
border-color: #F0677B;
}
.TagClassName
{
border-color: #F0677B;
}
</style>