Shades of Brink Pink #F4687D
Tints of Brink Pink #F4687D
RGB
CMYK
RGB Variations
Color information
#F4687D (or 0xF4687D) is known color: Brink Pink. HEX triplet: F4, 68 and 7D. RGB value is (244,104,125). Sum of RGB (Red+Green+Blue) = 244+104+125=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F4687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4687D is #0B9782. Grayscale: #949494. Windows color (decimal): -759683 or 8218868. OLE color: 8218868.
HSL color Cylindrical-coordinate representation of color #F4687D: hue angle of 351º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4687D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 125 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.04 |
| HSL | 351º | 0.86% | 0.68% | - |
| HSV(B) | 351º | 0.57% | 0.96% | - |
| XYZ | 45.96 | 30.61 | 22.89 | - |
| YUV | 148.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 125 | 0 | 0.57 | 0.49 | 0.04 | 351 | 0.86 | 0.68 |
| Hex | F4 | 68 | 7D | 0 | 39 | 31 | 4 | 15F | 56 | 44 |
| Octal | 364 | 150 | 175 | 0 | 71 | 61 | 4 | 537 | 126 | 104 |
| Binary | 11110100 | 1101000 | 1111101 | 0 | 111001 | 110001 | 100 | 101011111 | 1010110 | 1000100 |
Color Harmonies of #F4687D
Complementary color
Monochromatic Colors of #F4687D
Black with #F4687D
Text Example
Text Example
White with #F4687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4687D; }
p { color: rgb(244,104,125); }
H1.HeaderClassName
{
color: #F4687D;
}
.AnyTagClassName
{
color: #F4687D;
}
</style>
background-color css
<style>
a { background-color: #F4687D; }
a { background-color: rgb(244,104,125); }
div.DivClassName
{
background-color: #F4687D;
}
.BgClassName
{
background-color: #F4687D;
}
</style>
border-color css
<style>
span { border-color: #F4687D; }
span { border-color: rgb(244,104,125); }
td.TdClassName
{
border-color: #F4687D;
}
.TagClassName
{
border-color: #F4687D;
}
</style>