Shades of Brink Pink #F2667A
Tints of Brink Pink #F2667A
RGB
CMYK
RGB Variations
Color information
#F2667A (or 0xF2667A) is known color: Brink Pink. HEX triplet: F2, 66 and 7A. RGB value is (242,102,122). Sum of RGB (Red+Green+Blue) = 242+102+122=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2667A is #0D9985. Grayscale: #929292. Windows color (decimal): -891270 or 8021746. OLE color: 8021746.
HSL color Cylindrical-coordinate representation of color #F2667A: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2667A is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 122 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.05 |
| HSL | 351.43º | 0.84% | 0.67% | - |
| HSV(B) | 351.43º | 0.58% | 0.95% | - |
| XYZ | 44.88 | 29.79 | 21.8 | - |
| YUV | 146.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 122 | 0 | 0.58 | 0.50 | 0.05 | 351.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | 7A | 0 | 3A | 32 | 5 | 15F | 54 | 43 |
| Octal | 362 | 146 | 172 | 0 | 72 | 62 | 5 | 537 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1111010 | 0 | 111010 | 110010 | 101 | 101011111 | 1010100 | 1000011 |
Color Harmonies of #F2667A
Complementary color
Monochromatic Colors of #F2667A
Black with #F2667A
Text Example
Text Example
White with #F2667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2667A; }
p { color: rgb(242,102,122); }
H1.HeaderClassName
{
color: #F2667A;
}
.AnyTagClassName
{
color: #F2667A;
}
</style>
background-color css
<style>
a { background-color: #F2667A; }
a { background-color: rgb(242,102,122); }
div.DivClassName
{
background-color: #F2667A;
}
.BgClassName
{
background-color: #F2667A;
}
</style>
border-color css
<style>
span { border-color: #F2667A; }
span { border-color: rgb(242,102,122); }
td.TdClassName
{
border-color: #F2667A;
}
.TagClassName
{
border-color: #F2667A;
}
</style>