Shades of Brink Pink #F3607C
Tints of Brink Pink #F3607C
RGB
CMYK
RGB Variations
Color information
#F3607C (or 0xF3607C) is known color: Brink Pink. HEX triplet: F3, 60 and 7C. RGB value is (243,96,124). Sum of RGB (Red+Green+Blue) = 243+96+124=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F3607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3607C is #0C9F83. Grayscale: #8F8F8F. Windows color (decimal): -827268 or 8151283. OLE color: 8151283.
HSL color Cylindrical-coordinate representation of color #F3607C: hue angle of 348.57º 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 #F3607C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 124 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 348.57º | 0.86% | 0.66% | - |
| HSV(B) | 348.57º | 0.6% | 0.95% | - |
| XYZ | 44.78 | 28.88 | 22.28 | - |
| YUV | 143.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 124 | 0 | 0.60 | 0.49 | 0.05 | 348.57 | 0.86 | 0.66 |
| Hex | F3 | 60 | 7C | 0 | 3C | 31 | 5 | 15D | 56 | 42 |
| Octal | 363 | 140 | 174 | 0 | 74 | 61 | 5 | 535 | 126 | 102 |
| Binary | 11110011 | 1100000 | 1111100 | 0 | 111100 | 110001 | 101 | 101011101 | 1010110 | 1000010 |
Color Harmonies of #F3607C
Complementary color
Monochromatic Colors of #F3607C
Black with #F3607C
Text Example
Text Example
White with #F3607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3607C; }
p { color: rgb(243,96,124); }
H1.HeaderClassName
{
color: #F3607C;
}
.AnyTagClassName
{
color: #F3607C;
}
</style>
background-color css
<style>
a { background-color: #F3607C; }
a { background-color: rgb(243,96,124); }
div.DivClassName
{
background-color: #F3607C;
}
.BgClassName
{
background-color: #F3607C;
}
</style>
border-color css
<style>
span { border-color: #F3607C; }
span { border-color: rgb(243,96,124); }
td.TdClassName
{
border-color: #F3607C;
}
.TagClassName
{
border-color: #F3607C;
}
</style>