Shades of Brink Pink #F36681
Tints of Brink Pink #F36681
RGB
CMYK
RGB Variations
Color information
#F36681 (or 0xF36681) is known color: Brink Pink. HEX triplet: F3, 66 and 81. RGB value is (243,102,129). Sum of RGB (Red+Green+Blue) = 243+102+129=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F36681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36681 is #0C997E. Grayscale: #939393. Windows color (decimal): -825727 or 8480499. OLE color: 8480499.
HSL color Cylindrical-coordinate representation of color #F36681: hue angle of 348.51º 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 #F36681 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 129 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.05 |
| HSL | 348.51º | 0.85% | 0.68% | - |
| HSV(B) | 348.51º | 0.58% | 0.95% | - |
| XYZ | 45.68 | 30.14 | 24.18 | - |
| YUV | 147.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 129 | 0 | 0.58 | 0.47 | 0.05 | 348.51 | 0.85 | 0.68 |
| Hex | F3 | 66 | 81 | 0 | 3A | 2F | 5 | 15D | 55 | 44 |
| Octal | 363 | 146 | 201 | 0 | 72 | 57 | 5 | 535 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10000001 | 0 | 111010 | 101111 | 101 | 101011101 | 1010101 | 1000100 |
Color Harmonies of #F36681
Complementary color
Monochromatic Colors of #F36681
Black with #F36681
Text Example
Text Example
White with #F36681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36681; }
p { color: rgb(243,102,129); }
H1.HeaderClassName
{
color: #F36681;
}
.AnyTagClassName
{
color: #F36681;
}
</style>
background-color css
<style>
a { background-color: #F36681; }
a { background-color: rgb(243,102,129); }
div.DivClassName
{
background-color: #F36681;
}
.BgClassName
{
background-color: #F36681;
}
</style>
border-color css
<style>
span { border-color: #F36681; }
span { border-color: rgb(243,102,129); }
td.TdClassName
{
border-color: #F36681;
}
.TagClassName
{
border-color: #F36681;
}
</style>