Shades of Brink Pink #F2697A
Tints of Brink Pink #F2697A
RGB
CMYK
RGB Variations
Color information
#F2697A (or 0xF2697A) is known color: Brink Pink. HEX triplet: F2, 69 and 7A. RGB value is (242,105,122). Sum of RGB (Red+Green+Blue) = 242+105+122=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2697A is #0D9685. Grayscale: #939393. Windows color (decimal): -890502 or 8022514. OLE color: 8022514.
HSL color Cylindrical-coordinate representation of color #F2697A: hue angle of 352.55º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2697A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 122 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.05 |
| HSL | 352.55º | 0.84% | 0.68% | - |
| HSV(B) | 352.55º | 0.57% | 0.95% | - |
| XYZ | 45.18 | 30.39 | 21.9 | - |
| YUV | 147.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 122 | 0 | 0.57 | 0.50 | 0.05 | 352.55 | 0.84 | 0.68 |
| Hex | F2 | 69 | 7A | 0 | 39 | 32 | 5 | 161 | 54 | 44 |
| Octal | 362 | 151 | 172 | 0 | 71 | 62 | 5 | 541 | 124 | 104 |
| Binary | 11110010 | 1101001 | 1111010 | 0 | 111001 | 110010 | 101 | 101100001 | 1010100 | 1000100 |
Color Harmonies of #F2697A
Complementary color
Monochromatic Colors of #F2697A
Black with #F2697A
Text Example
Text Example
White with #F2697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2697A; }
p { color: rgb(242,105,122); }
H1.HeaderClassName
{
color: #F2697A;
}
.AnyTagClassName
{
color: #F2697A;
}
</style>
background-color css
<style>
a { background-color: #F2697A; }
a { background-color: rgb(242,105,122); }
div.DivClassName
{
background-color: #F2697A;
}
.BgClassName
{
background-color: #F2697A;
}
</style>
border-color css
<style>
span { border-color: #F2697A; }
span { border-color: rgb(242,105,122); }
td.TdClassName
{
border-color: #F2697A;
}
.TagClassName
{
border-color: #F2697A;
}
</style>