Shades of Brink Pink #F7657A
Tints of Brink Pink #F7657A
RGB
CMYK
RGB Variations
Color information
#F7657A (or 0xF7657A) is known color: Brink Pink. HEX triplet: F7, 65 and 7A. RGB value is (247,101,122). Sum of RGB (Red+Green+Blue) = 247+101+122=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7657A is #089A85. Grayscale: #939393. Windows color (decimal): -563846 or 8021495. OLE color: 8021495.
HSL color Cylindrical-coordinate representation of color #F7657A: hue angle of 351.37º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7657A is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 122 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.03 |
| HSL | 351.37º | 0.9% | 0.68% | - |
| HSV(B) | 351.37º | 0.59% | 0.97% | - |
| XYZ | 46.52 | 30.49 | 21.84 | - |
| YUV | 147.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 122 | 0 | 0.59 | 0.51 | 0.03 | 351.37 | 0.9 | 0.68 |
| Hex | F7 | 65 | 7A | 0 | 3B | 33 | 3 | 15F | 5A | 44 |
| Octal | 367 | 145 | 172 | 0 | 73 | 63 | 3 | 537 | 132 | 104 |
| Binary | 11110111 | 1100101 | 1111010 | 0 | 111011 | 110011 | 11 | 101011111 | 1011010 | 1000100 |
Color Harmonies of #F7657A
Complementary color
Monochromatic Colors of #F7657A
Black with #F7657A
Text Example
Text Example
White with #F7657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7657A; }
p { color: rgb(247,101,122); }
H1.HeaderClassName
{
color: #F7657A;
}
.AnyTagClassName
{
color: #F7657A;
}
</style>
background-color css
<style>
a { background-color: #F7657A; }
a { background-color: rgb(247,101,122); }
div.DivClassName
{
background-color: #F7657A;
}
.BgClassName
{
background-color: #F7657A;
}
</style>
border-color css
<style>
span { border-color: #F7657A; }
span { border-color: rgb(247,101,122); }
td.TdClassName
{
border-color: #F7657A;
}
.TagClassName
{
border-color: #F7657A;
}
</style>