Shades of Brink Pink #F36981
Tints of Brink Pink #F36981
RGB
CMYK
RGB Variations
Color information
#F36981 (or 0xF36981) is known color: Brink Pink. HEX triplet: F3, 69 and 81. RGB value is (243,105,129). Sum of RGB (Red+Green+Blue) = 243+105+129=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F36981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36981 is #0C967E. Grayscale: #959595. Windows color (decimal): -824959 or 8481267. OLE color: 8481267.
HSL color Cylindrical-coordinate representation of color #F36981: hue angle of 349.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F36981 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 129 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.05 |
| HSL | 349.57º | 0.85% | 0.68% | - |
| HSV(B) | 349.57º | 0.57% | 0.95% | - |
| XYZ | 45.98 | 30.74 | 24.28 | - |
| YUV | 149 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 129 | 0 | 0.57 | 0.47 | 0.05 | 349.57 | 0.85 | 0.68 |
| Hex | F3 | 69 | 81 | 0 | 39 | 2F | 5 | 15E | 55 | 44 |
| Octal | 363 | 151 | 201 | 0 | 71 | 57 | 5 | 536 | 125 | 104 |
| Binary | 11110011 | 1101001 | 10000001 | 0 | 111001 | 101111 | 101 | 101011110 | 1010101 | 1000100 |
Color Harmonies of #F36981
Complementary color
Monochromatic Colors of #F36981
Black with #F36981
Text Example
Text Example
White with #F36981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36981; }
p { color: rgb(243,105,129); }
H1.HeaderClassName
{
color: #F36981;
}
.AnyTagClassName
{
color: #F36981;
}
</style>
background-color css
<style>
a { background-color: #F36981; }
a { background-color: rgb(243,105,129); }
div.DivClassName
{
background-color: #F36981;
}
.BgClassName
{
background-color: #F36981;
}
</style>
border-color css
<style>
span { border-color: #F36981; }
span { border-color: rgb(243,105,129); }
td.TdClassName
{
border-color: #F36981;
}
.TagClassName
{
border-color: #F36981;
}
</style>