Shades of Brink Pink #F36F83
Tints of Brink Pink #F36F83
RGB
CMYK
RGB Variations
Color information
#F36F83 (or 0xF36F83) is known color: Brink Pink. HEX triplet: F3, 6F and 83. RGB value is (243,111,131). Sum of RGB (Red+Green+Blue) = 243+111+131=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36F83 is #0C907C. Grayscale: #989898. Windows color (decimal): -823421 or 8613875. OLE color: 8613875.
HSL color Cylindrical-coordinate representation of color #F36F83: hue angle of 350.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F83 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 131 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.05 |
| HSL | 350.91º | 0.85% | 0.69% | - |
| HSV(B) | 350.91º | 0.54% | 0.95% | - |
| XYZ | 46.74 | 32.06 | 25.2 | - |
| YUV | 152.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 131 | 0 | 0.54 | 0.46 | 0.05 | 350.91 | 0.85 | 0.69 |
| Hex | F3 | 6F | 83 | 0 | 36 | 2E | 5 | 15F | 55 | 45 |
| Octal | 363 | 157 | 203 | 0 | 66 | 56 | 5 | 537 | 125 | 105 |
| Binary | 11110011 | 1101111 | 10000011 | 0 | 110110 | 101110 | 101 | 101011111 | 1010101 | 1000101 |
Color Harmonies of #F36F83
Complementary color
Monochromatic Colors of #F36F83
Black with #F36F83
Text Example
Text Example
White with #F36F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F83; }
p { color: rgb(243,111,131); }
H1.HeaderClassName
{
color: #F36F83;
}
.AnyTagClassName
{
color: #F36F83;
}
</style>
background-color css
<style>
a { background-color: #F36F83; }
a { background-color: rgb(243,111,131); }
div.DivClassName
{
background-color: #F36F83;
}
.BgClassName
{
background-color: #F36F83;
}
</style>
border-color css
<style>
span { border-color: #F36F83; }
span { border-color: rgb(243,111,131); }
td.TdClassName
{
border-color: #F36F83;
}
.TagClassName
{
border-color: #F36F83;
}
</style>