Shades of Brink Pink #F2667D
Tints of Brink Pink #F2667D
RGB
CMYK
RGB Variations
Color information
#F2667D (or 0xF2667D) is known color: Brink Pink. HEX triplet: F2, 66 and 7D. RGB value is (242,102,125). Sum of RGB (Red+Green+Blue) = 242+102+125=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2667D is #0D9982. Grayscale: #929292. Windows color (decimal): -891267 or 8218354. OLE color: 8218354.
HSL color Cylindrical-coordinate representation of color #F2667D: hue angle of 350.14º 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 #F2667D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 125 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.05 |
| HSL | 350.14º | 0.84% | 0.67% | - |
| HSV(B) | 350.14º | 0.58% | 0.95% | - |
| XYZ | 45.07 | 29.86 | 22.79 | - |
| YUV | 146.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 125 | 0 | 0.58 | 0.48 | 0.05 | 350.14 | 0.84 | 0.67 |
| Hex | F2 | 66 | 7D | 0 | 3A | 30 | 5 | 15E | 54 | 43 |
| Octal | 362 | 146 | 175 | 0 | 72 | 60 | 5 | 536 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1111101 | 0 | 111010 | 110000 | 101 | 101011110 | 1010100 | 1000011 |
Color Harmonies of #F2667D
Complementary color
Monochromatic Colors of #F2667D
Black with #F2667D
Text Example
Text Example
White with #F2667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2667D; }
p { color: rgb(242,102,125); }
H1.HeaderClassName
{
color: #F2667D;
}
.AnyTagClassName
{
color: #F2667D;
}
</style>
background-color css
<style>
a { background-color: #F2667D; }
a { background-color: rgb(242,102,125); }
div.DivClassName
{
background-color: #F2667D;
}
.BgClassName
{
background-color: #F2667D;
}
</style>
border-color css
<style>
span { border-color: #F2667D; }
span { border-color: rgb(242,102,125); }
td.TdClassName
{
border-color: #F2667D;
}
.TagClassName
{
border-color: #F2667D;
}
</style>