Shades of Brink Pink #F36B7C
Tints of Brink Pink #F36B7C
RGB
CMYK
RGB Variations
Color information
#F36B7C (or 0xF36B7C) is known color: Brink Pink. HEX triplet: F3, 6B and 7C. RGB value is (243,107,124). Sum of RGB (Red+Green+Blue) = 243+107+124=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F36B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36B7C is #0C9483. Grayscale: #959595. Windows color (decimal): -824452 or 8154099. OLE color: 8154099.
HSL color Cylindrical-coordinate representation of color #F36B7C: hue angle of 352.5º 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 #F36B7C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 107 | 124 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.05 |
| HSL | 352.5º | 0.85% | 0.69% | - |
| HSV(B) | 352.5º | 0.56% | 0.95% | - |
| XYZ | 45.86 | 31.03 | 22.64 | - |
| YUV | 149.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 107 | 124 | 0 | 0.56 | 0.49 | 0.05 | 352.5 | 0.85 | 0.69 |
| Hex | F3 | 6B | 7C | 0 | 38 | 31 | 5 | 160 | 55 | 45 |
| Octal | 363 | 153 | 174 | 0 | 70 | 61 | 5 | 540 | 125 | 105 |
| Binary | 11110011 | 1101011 | 1111100 | 0 | 111000 | 110001 | 101 | 101100000 | 1010101 | 1000101 |
Color Harmonies of #F36B7C
Complementary color
Monochromatic Colors of #F36B7C
Black with #F36B7C
Text Example
Text Example
White with #F36B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36B7C; }
p { color: rgb(243,107,124); }
H1.HeaderClassName
{
color: #F36B7C;
}
.AnyTagClassName
{
color: #F36B7C;
}
</style>
background-color css
<style>
a { background-color: #F36B7C; }
a { background-color: rgb(243,107,124); }
div.DivClassName
{
background-color: #F36B7C;
}
.BgClassName
{
background-color: #F36B7C;
}
</style>
border-color css
<style>
span { border-color: #F36B7C; }
span { border-color: rgb(243,107,124); }
td.TdClassName
{
border-color: #F36B7C;
}
.TagClassName
{
border-color: #F36B7C;
}
</style>