Shades of Brink Pink #F36D80
Tints of Brink Pink #F36D80
RGB
CMYK
RGB Variations
Color information
#F36D80 (or 0xF36D80) is known color: Brink Pink. HEX triplet: F3, 6D and 80. RGB value is (243,109,128). Sum of RGB (Red+Green+Blue) = 243+109+128=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36D80 is #0C927F. Grayscale: #979797. Windows color (decimal): -823936 or 8416755. OLE color: 8416755.
HSL color Cylindrical-coordinate representation of color #F36D80: hue angle of 351.49º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36D80 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 128 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.05 |
| HSL | 351.49º | 0.85% | 0.69% | - |
| HSV(B) | 351.49º | 0.55% | 0.95% | - |
| XYZ | 46.33 | 31.55 | 24.07 | - |
| YUV | 151.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 128 | 0 | 0.55 | 0.47 | 0.05 | 351.49 | 0.85 | 0.69 |
| Hex | F3 | 6D | 80 | 0 | 37 | 2F | 5 | 15F | 55 | 45 |
| Octal | 363 | 155 | 200 | 0 | 67 | 57 | 5 | 537 | 125 | 105 |
| Binary | 11110011 | 1101101 | 10000000 | 0 | 110111 | 101111 | 101 | 101011111 | 1010101 | 1000101 |
Color Harmonies of #F36D80
Complementary color
Monochromatic Colors of #F36D80
Black with #F36D80
Text Example
Text Example
White with #F36D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D80; }
p { color: rgb(243,109,128); }
H1.HeaderClassName
{
color: #F36D80;
}
.AnyTagClassName
{
color: #F36D80;
}
</style>
background-color css
<style>
a { background-color: #F36D80; }
a { background-color: rgb(243,109,128); }
div.DivClassName
{
background-color: #F36D80;
}
.BgClassName
{
background-color: #F36D80;
}
</style>
border-color css
<style>
span { border-color: #F36D80; }
span { border-color: rgb(243,109,128); }
td.TdClassName
{
border-color: #F36D80;
}
.TagClassName
{
border-color: #F36D80;
}
</style>