Shades of Brink Pink #F36C81
Tints of Brink Pink #F36C81
RGB
CMYK
RGB Variations
Color information
#F36C81 (or 0xF36C81) is known color: Brink Pink. HEX triplet: F3, 6C and 81. RGB value is (243,108,129). Sum of RGB (Red+Green+Blue) = 243+108+129=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36C81 is #0C937E. Grayscale: #969696. Windows color (decimal): -824191 or 8482035. OLE color: 8482035.
HSL color Cylindrical-coordinate representation of color #F36C81: hue angle of 350.67º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36C81 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 129 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.05 |
| HSL | 350.67º | 0.85% | 0.69% | - |
| HSV(B) | 350.67º | 0.56% | 0.95% | - |
| XYZ | 46.29 | 31.36 | 24.38 | - |
| YUV | 150.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 129 | 0 | 0.56 | 0.47 | 0.05 | 350.67 | 0.85 | 0.69 |
| Hex | F3 | 6C | 81 | 0 | 38 | 2F | 5 | 15F | 55 | 45 |
| Octal | 363 | 154 | 201 | 0 | 70 | 57 | 5 | 537 | 125 | 105 |
| Binary | 11110011 | 1101100 | 10000001 | 0 | 111000 | 101111 | 101 | 101011111 | 1010101 | 1000101 |
Color Harmonies of #F36C81
Complementary color
Monochromatic Colors of #F36C81
Black with #F36C81
Text Example
Text Example
White with #F36C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C81; }
p { color: rgb(243,108,129); }
H1.HeaderClassName
{
color: #F36C81;
}
.AnyTagClassName
{
color: #F36C81;
}
</style>
background-color css
<style>
a { background-color: #F36C81; }
a { background-color: rgb(243,108,129); }
div.DivClassName
{
background-color: #F36C81;
}
.BgClassName
{
background-color: #F36C81;
}
</style>
border-color css
<style>
span { border-color: #F36C81; }
span { border-color: rgb(243,108,129); }
td.TdClassName
{
border-color: #F36C81;
}
.TagClassName
{
border-color: #F36C81;
}
</style>