Shades of Brink Pink #F36078
Tints of Brink Pink #F36078
RGB
CMYK
RGB Variations
Color information
#F36078 (or 0xF36078) is known color: Brink Pink. HEX triplet: F3, 60 and 78. RGB value is (243,96,120). Sum of RGB (Red+Green+Blue) = 243+96+120=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F36078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36078 is #0C9F87. Grayscale: #8E8E8E. Windows color (decimal): -827272 or 7889139. OLE color: 7889139.
HSL color Cylindrical-coordinate representation of color #F36078: hue angle of 350.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F36078 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 120 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.05 |
| HSL | 350.2º | 0.86% | 0.66% | - |
| HSV(B) | 350.2º | 0.6% | 0.95% | - |
| XYZ | 44.54 | 28.78 | 20.98 | - |
| YUV | 142.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 120 | 0 | 0.60 | 0.51 | 0.05 | 350.2 | 0.86 | 0.66 |
| Hex | F3 | 60 | 78 | 0 | 3C | 33 | 5 | 15E | 56 | 42 |
| Octal | 363 | 140 | 170 | 0 | 74 | 63 | 5 | 536 | 126 | 102 |
| Binary | 11110011 | 1100000 | 1111000 | 0 | 111100 | 110011 | 101 | 101011110 | 1010110 | 1000010 |
Color Harmonies of #F36078
Complementary color
Monochromatic Colors of #F36078
Black with #F36078
Text Example
Text Example
White with #F36078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36078; }
p { color: rgb(243,96,120); }
H1.HeaderClassName
{
color: #F36078;
}
.AnyTagClassName
{
color: #F36078;
}
</style>
background-color css
<style>
a { background-color: #F36078; }
a { background-color: rgb(243,96,120); }
div.DivClassName
{
background-color: #F36078;
}
.BgClassName
{
background-color: #F36078;
}
</style>
border-color css
<style>
span { border-color: #F36078; }
span { border-color: rgb(243,96,120); }
td.TdClassName
{
border-color: #F36078;
}
.TagClassName
{
border-color: #F36078;
}
</style>