Shades of Brink Pink #F2667C
Tints of Brink Pink #F2667C
RGB
CMYK
RGB Variations
Color information
#F2667C (or 0xF2667C) is known color: Brink Pink. HEX triplet: F2, 66 and 7C. RGB value is (242,102,124). Sum of RGB (Red+Green+Blue) = 242+102+124=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2667C is #0D9983. Grayscale: #929292. Windows color (decimal): -891268 or 8152818. OLE color: 8152818.
HSL color Cylindrical-coordinate representation of color #F2667C: hue angle of 350.57º 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 #F2667C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 124 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.05 |
| HSL | 350.57º | 0.84% | 0.67% | - |
| HSV(B) | 350.57º | 0.58% | 0.95% | - |
| XYZ | 45.01 | 29.84 | 22.46 | - |
| YUV | 146.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 124 | 0 | 0.58 | 0.49 | 0.05 | 350.57 | 0.84 | 0.67 |
| Hex | F2 | 66 | 7C | 0 | 3A | 31 | 5 | 15F | 54 | 43 |
| Octal | 362 | 146 | 174 | 0 | 72 | 61 | 5 | 537 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1111100 | 0 | 111010 | 110001 | 101 | 101011111 | 1010100 | 1000011 |
Color Harmonies of #F2667C
Complementary color
Monochromatic Colors of #F2667C
Black with #F2667C
Text Example
Text Example
White with #F2667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2667C; }
p { color: rgb(242,102,124); }
H1.HeaderClassName
{
color: #F2667C;
}
.AnyTagClassName
{
color: #F2667C;
}
</style>
background-color css
<style>
a { background-color: #F2667C; }
a { background-color: rgb(242,102,124); }
div.DivClassName
{
background-color: #F2667C;
}
.BgClassName
{
background-color: #F2667C;
}
</style>
border-color css
<style>
span { border-color: #F2667C; }
span { border-color: rgb(242,102,124); }
td.TdClassName
{
border-color: #F2667C;
}
.TagClassName
{
border-color: #F2667C;
}
</style>