Shades of Brink Pink #F4688C
Tints of Brink Pink #F4688C
RGB
CMYK
RGB Variations
Color information
#F4688C (or 0xF4688C) is known color: Brink Pink. HEX triplet: F4, 68 and 8C. RGB value is (244,104,140). Sum of RGB (Red+Green+Blue) = 244+104+140=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4688C is #0B9773. Grayscale: #959595. Windows color (decimal): -759668 or 9201908. OLE color: 9201908.
HSL color Cylindrical-coordinate representation of color #F4688C: hue angle of 344.57º 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 #F4688C is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 140 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.04 |
| HSL | 344.57º | 0.86% | 0.68% | - |
| HSV(B) | 344.57º | 0.57% | 0.96% | - |
| XYZ | 46.99 | 31.03 | 28.32 | - |
| YUV | 149.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 140 | 0 | 0.57 | 0.43 | 0.04 | 344.57 | 0.86 | 0.68 |
| Hex | F4 | 68 | 8C | 0 | 39 | 2B | 4 | 159 | 56 | 44 |
| Octal | 364 | 150 | 214 | 0 | 71 | 53 | 4 | 531 | 126 | 104 |
| Binary | 11110100 | 1101000 | 10001100 | 0 | 111001 | 101011 | 100 | 101011001 | 1010110 | 1000100 |
Color Harmonies of #F4688C
Complementary color
Monochromatic Colors of #F4688C
Black with #F4688C
Text Example
Text Example
White with #F4688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4688C; }
p { color: rgb(244,104,140); }
H1.HeaderClassName
{
color: #F4688C;
}
.AnyTagClassName
{
color: #F4688C;
}
</style>
background-color css
<style>
a { background-color: #F4688C; }
a { background-color: rgb(244,104,140); }
div.DivClassName
{
background-color: #F4688C;
}
.BgClassName
{
background-color: #F4688C;
}
</style>
border-color css
<style>
span { border-color: #F4688C; }
span { border-color: rgb(244,104,140); }
td.TdClassName
{
border-color: #F4688C;
}
.TagClassName
{
border-color: #F4688C;
}
</style>