Shades of Brink Pink #F36185
Tints of Brink Pink #F36185
RGB
CMYK
RGB Variations
Color information
#F36185 (or 0xF36185) is known color: Brink Pink. HEX triplet: F3, 61 and 85. RGB value is (243,97,133). Sum of RGB (Red+Green+Blue) = 243+97+133=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F36185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36185 is #0C9E7A. Grayscale: #909090. Windows color (decimal): -827003 or 8741363. OLE color: 8741363.
HSL color Cylindrical-coordinate representation of color #F36185: hue angle of 345.21º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36185 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 133 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.05 |
| HSL | 345.21º | 0.86% | 0.67% | - |
| HSV(B) | 345.21º | 0.6% | 0.95% | - |
| XYZ | 45.47 | 29.3 | 25.45 | - |
| YUV | 144.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 133 | 0 | 0.60 | 0.45 | 0.05 | 345.21 | 0.86 | 0.67 |
| Hex | F3 | 61 | 85 | 0 | 3C | 2D | 5 | 159 | 56 | 43 |
| Octal | 363 | 141 | 205 | 0 | 74 | 55 | 5 | 531 | 126 | 103 |
| Binary | 11110011 | 1100001 | 10000101 | 0 | 111100 | 101101 | 101 | 101011001 | 1010110 | 1000011 |
Color Harmonies of #F36185
Complementary color
Monochromatic Colors of #F36185
Black with #F36185
Text Example
Text Example
White with #F36185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36185; }
p { color: rgb(243,97,133); }
H1.HeaderClassName
{
color: #F36185;
}
.AnyTagClassName
{
color: #F36185;
}
</style>
background-color css
<style>
a { background-color: #F36185; }
a { background-color: rgb(243,97,133); }
div.DivClassName
{
background-color: #F36185;
}
.BgClassName
{
background-color: #F36185;
}
</style>
border-color css
<style>
span { border-color: #F36185; }
span { border-color: rgb(243,97,133); }
td.TdClassName
{
border-color: #F36185;
}
.TagClassName
{
border-color: #F36185;
}
</style>