Shades of Brink Pink #F7607C
Tints of Brink Pink #F7607C
RGB
CMYK
RGB Variations
Color information
#F7607C (or 0xF7607C) is known color: Brink Pink. HEX triplet: F7, 60 and 7C. RGB value is (247,96,124). Sum of RGB (Red+Green+Blue) = 247+96+124=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7607C is #089F83. Grayscale: #909090. Windows color (decimal): -565124 or 8151287. OLE color: 8151287.
HSL color Cylindrical-coordinate representation of color #F7607C: hue angle of 348.87º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7607C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 124 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.03 |
| HSL | 348.87º | 0.9% | 0.67% | - |
| HSV(B) | 348.87º | 0.61% | 0.97% | - |
| XYZ | 46.18 | 29.6 | 22.35 | - |
| YUV | 144.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 124 | 0 | 0.61 | 0.50 | 0.03 | 348.87 | 0.9 | 0.67 |
| Hex | F7 | 60 | 7C | 0 | 3D | 32 | 3 | 15D | 5A | 43 |
| Octal | 367 | 140 | 174 | 0 | 75 | 62 | 3 | 535 | 132 | 103 |
| Binary | 11110111 | 1100000 | 1111100 | 0 | 111101 | 110010 | 11 | 101011101 | 1011010 | 1000011 |
Color Harmonies of #F7607C
Complementary color
Monochromatic Colors of #F7607C
Black with #F7607C
Text Example
Text Example
White with #F7607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7607C; }
p { color: rgb(247,96,124); }
H1.HeaderClassName
{
color: #F7607C;
}
.AnyTagClassName
{
color: #F7607C;
}
</style>
background-color css
<style>
a { background-color: #F7607C; }
a { background-color: rgb(247,96,124); }
div.DivClassName
{
background-color: #F7607C;
}
.BgClassName
{
background-color: #F7607C;
}
</style>
border-color css
<style>
span { border-color: #F7607C; }
span { border-color: rgb(247,96,124); }
td.TdClassName
{
border-color: #F7607C;
}
.TagClassName
{
border-color: #F7607C;
}
</style>