Shades of Brink Pink #F36C7F
Tints of Brink Pink #F36C7F
RGB
CMYK
RGB Variations
Color information
#F36C7F (or 0xF36C7F) is known color: Brink Pink. HEX triplet: F3, 6C and 7F. RGB value is (243,108,127). Sum of RGB (Red+Green+Blue) = 243+108+127=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C7F is #0C9380. Grayscale: #969696. Windows color (decimal): -824193 or 8350963. OLE color: 8350963.
HSL color Cylindrical-coordinate representation of color #F36C7F: hue angle of 351.56º 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 #F36C7F is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 127 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.05 |
| HSL | 351.56º | 0.85% | 0.69% | - |
| HSV(B) | 351.56º | 0.56% | 0.95% | - |
| XYZ | 46.16 | 31.31 | 23.69 | - |
| YUV | 150.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 127 | 0 | 0.56 | 0.48 | 0.05 | 351.56 | 0.85 | 0.69 |
| Hex | F3 | 6C | 7F | 0 | 38 | 30 | 5 | 160 | 55 | 45 |
| Octal | 363 | 154 | 177 | 0 | 70 | 60 | 5 | 540 | 125 | 105 |
| Binary | 11110011 | 1101100 | 1111111 | 0 | 111000 | 110000 | 101 | 101100000 | 1010101 | 1000101 |
Color Harmonies of #F36C7F
Complementary color
Monochromatic Colors of #F36C7F
Black with #F36C7F
Text Example
Text Example
White with #F36C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C7F; }
p { color: rgb(243,108,127); }
H1.HeaderClassName
{
color: #F36C7F;
}
.AnyTagClassName
{
color: #F36C7F;
}
</style>
background-color css
<style>
a { background-color: #F36C7F; }
a { background-color: rgb(243,108,127); }
div.DivClassName
{
background-color: #F36C7F;
}
.BgClassName
{
background-color: #F36C7F;
}
</style>
border-color css
<style>
span { border-color: #F36C7F; }
span { border-color: rgb(243,108,127); }
td.TdClassName
{
border-color: #F36C7F;
}
.TagClassName
{
border-color: #F36C7F;
}
</style>