Shades of Brink Pink #F36780
Tints of Brink Pink #F36780
RGB
CMYK
RGB Variations
Color information
#F36780 (or 0xF36780) is known color: Brink Pink. HEX triplet: F3, 67 and 80. RGB value is (243,103,128). Sum of RGB (Red+Green+Blue) = 243+103+128=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F36780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36780 is #0C987F. Grayscale: #939393. Windows color (decimal): -825472 or 8415219. OLE color: 8415219.
HSL color Cylindrical-coordinate representation of color #F36780: hue angle of 349.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36780 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 128 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.05 |
| HSL | 349.29º | 0.85% | 0.68% | - |
| HSV(B) | 349.29º | 0.58% | 0.95% | - |
| XYZ | 45.71 | 30.31 | 23.86 | - |
| YUV | 147.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 128 | 0 | 0.58 | 0.47 | 0.05 | 349.29 | 0.85 | 0.68 |
| Hex | F3 | 67 | 80 | 0 | 3A | 2F | 5 | 15D | 55 | 44 |
| Octal | 363 | 147 | 200 | 0 | 72 | 57 | 5 | 535 | 125 | 104 |
| Binary | 11110011 | 1100111 | 10000000 | 0 | 111010 | 101111 | 101 | 101011101 | 1010101 | 1000100 |
Color Harmonies of #F36780
Complementary color
Monochromatic Colors of #F36780
Black with #F36780
Text Example
Text Example
White with #F36780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36780; }
p { color: rgb(243,103,128); }
H1.HeaderClassName
{
color: #F36780;
}
.AnyTagClassName
{
color: #F36780;
}
</style>
background-color css
<style>
a { background-color: #F36780; }
a { background-color: rgb(243,103,128); }
div.DivClassName
{
background-color: #F36780;
}
.BgClassName
{
background-color: #F36780;
}
</style>
border-color css
<style>
span { border-color: #F36780; }
span { border-color: rgb(243,103,128); }
td.TdClassName
{
border-color: #F36780;
}
.TagClassName
{
border-color: #F36780;
}
</style>