Shades of Brink Pink #F56E7D
Tints of Brink Pink #F56E7D
RGB
CMYK
RGB Variations
Color information
#F56E7D (or 0xF56E7D) is known color: Brink Pink. HEX triplet: F5, 6E and 7D. RGB value is (245,110,125). Sum of RGB (Red+Green+Blue) = 245+110+125=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56E7D is #0A9182. Grayscale: #989898. Windows color (decimal): -692611 or 8220405. OLE color: 8220405.
HSL color Cylindrical-coordinate representation of color #F56E7D: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56E7D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 125 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.04 |
| HSL | 353.33º | 0.87% | 0.7% | - |
| HSV(B) | 353.33º | 0.55% | 0.96% | - |
| XYZ | 46.93 | 32.05 | 23.11 | - |
| YUV | 152.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 125 | 0 | 0.55 | 0.49 | 0.04 | 353.33 | 0.87 | 0.7 |
| Hex | F5 | 6E | 7D | 0 | 37 | 31 | 4 | 161 | 57 | 46 |
| Octal | 365 | 156 | 175 | 0 | 67 | 61 | 4 | 541 | 127 | 106 |
| Binary | 11110101 | 1101110 | 1111101 | 0 | 110111 | 110001 | 100 | 101100001 | 1010111 | 1000110 |
Color Harmonies of #F56E7D
Complementary color
Monochromatic Colors of #F56E7D
Black with #F56E7D
Text Example
Text Example
White with #F56E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E7D; }
p { color: rgb(245,110,125); }
H1.HeaderClassName
{
color: #F56E7D;
}
.AnyTagClassName
{
color: #F56E7D;
}
</style>
background-color css
<style>
a { background-color: #F56E7D; }
a { background-color: rgb(245,110,125); }
div.DivClassName
{
background-color: #F56E7D;
}
.BgClassName
{
background-color: #F56E7D;
}
</style>
border-color css
<style>
span { border-color: #F56E7D; }
span { border-color: rgb(245,110,125); }
td.TdClassName
{
border-color: #F56E7D;
}
.TagClassName
{
border-color: #F56E7D;
}
</style>