Shades of Brink Pink #F56384
Tints of Brink Pink #F56384
RGB
CMYK
RGB Variations
Color information
#F56384 (or 0xF56384) is known color: Brink Pink. HEX triplet: F5, 63 and 84. RGB value is (245,99,132). Sum of RGB (Red+Green+Blue) = 245+99+132=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56384 is #0A9C7B. Grayscale: #929292. Windows color (decimal): -695420 or 8676341. OLE color: 8676341.
HSL color Cylindrical-coordinate representation of color #F56384: hue angle of 346.44º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56384 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 132 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.04 |
| HSL | 346.44º | 0.88% | 0.67% | - |
| HSV(B) | 346.44º | 0.6% | 0.96% | - |
| XYZ | 46.28 | 30 | 25.18 | - |
| YUV | 146.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 132 | 0 | 0.60 | 0.46 | 0.04 | 346.44 | 0.88 | 0.67 |
| Hex | F5 | 63 | 84 | 0 | 3C | 2E | 4 | 15A | 58 | 43 |
| Octal | 365 | 143 | 204 | 0 | 74 | 56 | 4 | 532 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10000100 | 0 | 111100 | 101110 | 100 | 101011010 | 1011000 | 1000011 |
Color Harmonies of #F56384
Complementary color
Monochromatic Colors of #F56384
Black with #F56384
Text Example
Text Example
White with #F56384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56384; }
p { color: rgb(245,99,132); }
H1.HeaderClassName
{
color: #F56384;
}
.AnyTagClassName
{
color: #F56384;
}
</style>
background-color css
<style>
a { background-color: #F56384; }
a { background-color: rgb(245,99,132); }
div.DivClassName
{
background-color: #F56384;
}
.BgClassName
{
background-color: #F56384;
}
</style>
border-color css
<style>
span { border-color: #F56384; }
span { border-color: rgb(245,99,132); }
td.TdClassName
{
border-color: #F56384;
}
.TagClassName
{
border-color: #F56384;
}
</style>