Shades of Brink Pink #F7607A
Tints of Brink Pink #F7607A
RGB
CMYK
RGB Variations
Color information
#F7607A (or 0xF7607A) is known color: Brink Pink. HEX triplet: F7, 60 and 7A. RGB value is (247,96,122). Sum of RGB (Red+Green+Blue) = 247+96+122=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7607A is #089F85. Grayscale: #909090. Windows color (decimal): -565126 or 8020215. OLE color: 8020215.
HSL color Cylindrical-coordinate representation of color #F7607A: hue angle of 349.67º 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 #F7607A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 122 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.03 |
| HSL | 349.67º | 0.9% | 0.67% | - |
| HSV(B) | 349.67º | 0.61% | 0.97% | - |
| XYZ | 46.05 | 29.55 | 21.69 | - |
| YUV | 144.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 122 | 0 | 0.61 | 0.51 | 0.03 | 349.67 | 0.9 | 0.67 |
| Hex | F7 | 60 | 7A | 0 | 3D | 33 | 3 | 15E | 5A | 43 |
| Octal | 367 | 140 | 172 | 0 | 75 | 63 | 3 | 536 | 132 | 103 |
| Binary | 11110111 | 1100000 | 1111010 | 0 | 111101 | 110011 | 11 | 101011110 | 1011010 | 1000011 |
Color Harmonies of #F7607A
Complementary color
Monochromatic Colors of #F7607A
Black with #F7607A
Text Example
Text Example
White with #F7607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7607A; }
p { color: rgb(247,96,122); }
H1.HeaderClassName
{
color: #F7607A;
}
.AnyTagClassName
{
color: #F7607A;
}
</style>
background-color css
<style>
a { background-color: #F7607A; }
a { background-color: rgb(247,96,122); }
div.DivClassName
{
background-color: #F7607A;
}
.BgClassName
{
background-color: #F7607A;
}
</style>
border-color css
<style>
span { border-color: #F7607A; }
span { border-color: rgb(247,96,122); }
td.TdClassName
{
border-color: #F7607A;
}
.TagClassName
{
border-color: #F7607A;
}
</style>