Shades of Brink Pink #F36A83
Tints of Brink Pink #F36A83
RGB
CMYK
RGB Variations
Color information
#F36A83 (or 0xF36A83) is known color: Brink Pink. HEX triplet: F3, 6A and 83. RGB value is (243,106,131). Sum of RGB (Red+Green+Blue) = 243+106+131=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36A83 is #0C957C. Grayscale: #959595. Windows color (decimal): -824701 or 8612595. OLE color: 8612595.
HSL color Cylindrical-coordinate representation of color #F36A83: hue angle of 349.05º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36A83 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 131 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.05 |
| HSL | 349.05º | 0.85% | 0.68% | - |
| HSV(B) | 349.05º | 0.56% | 0.95% | - |
| XYZ | 46.21 | 31 | 25.02 | - |
| YUV | 149.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 131 | 0 | 0.56 | 0.46 | 0.05 | 349.05 | 0.85 | 0.68 |
| Hex | F3 | 6A | 83 | 0 | 38 | 2E | 5 | 15D | 55 | 44 |
| Octal | 363 | 152 | 203 | 0 | 70 | 56 | 5 | 535 | 125 | 104 |
| Binary | 11110011 | 1101010 | 10000011 | 0 | 111000 | 101110 | 101 | 101011101 | 1010101 | 1000100 |
Color Harmonies of #F36A83
Complementary color
Monochromatic Colors of #F36A83
Black with #F36A83
Text Example
Text Example
White with #F36A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36A83; }
p { color: rgb(243,106,131); }
H1.HeaderClassName
{
color: #F36A83;
}
.AnyTagClassName
{
color: #F36A83;
}
</style>
background-color css
<style>
a { background-color: #F36A83; }
a { background-color: rgb(243,106,131); }
div.DivClassName
{
background-color: #F36A83;
}
.BgClassName
{
background-color: #F36A83;
}
</style>
border-color css
<style>
span { border-color: #F36A83; }
span { border-color: rgb(243,106,131); }
td.TdClassName
{
border-color: #F36A83;
}
.TagClassName
{
border-color: #F36A83;
}
</style>