Shades of Brink Pink #F36184
Tints of Brink Pink #F36184
RGB
CMYK
RGB Variations
Color information
#F36184 (or 0xF36184) is known color: Brink Pink. HEX triplet: F3, 61 and 84. RGB value is (243,97,132). Sum of RGB (Red+Green+Blue) = 243+97+132=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F36184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36184 is #0C9E7B. Grayscale: #909090. Windows color (decimal): -827004 or 8675827. OLE color: 8675827.
HSL color Cylindrical-coordinate representation of color #F36184: hue angle of 345.62º 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 #F36184 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 132 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 345.62º | 0.86% | 0.67% | - |
| HSV(B) | 345.62º | 0.6% | 0.95% | - |
| XYZ | 45.4 | 29.27 | 25.09 | - |
| YUV | 144.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 132 | 0 | 0.60 | 0.46 | 0.05 | 345.62 | 0.86 | 0.67 |
| Hex | F3 | 61 | 84 | 0 | 3C | 2E | 5 | 15A | 56 | 43 |
| Octal | 363 | 141 | 204 | 0 | 74 | 56 | 5 | 532 | 126 | 103 |
| Binary | 11110011 | 1100001 | 10000100 | 0 | 111100 | 101110 | 101 | 101011010 | 1010110 | 1000011 |
Color Harmonies of #F36184
Complementary color
Monochromatic Colors of #F36184
Black with #F36184
Text Example
Text Example
White with #F36184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36184; }
p { color: rgb(243,97,132); }
H1.HeaderClassName
{
color: #F36184;
}
.AnyTagClassName
{
color: #F36184;
}
</style>
background-color css
<style>
a { background-color: #F36184; }
a { background-color: rgb(243,97,132); }
div.DivClassName
{
background-color: #F36184;
}
.BgClassName
{
background-color: #F36184;
}
</style>
border-color css
<style>
span { border-color: #F36184; }
span { border-color: rgb(243,97,132); }
td.TdClassName
{
border-color: #F36184;
}
.TagClassName
{
border-color: #F36184;
}
</style>