Shades of Brink Pink #F2608D
Tints of Brink Pink #F2608D
RGB
CMYK
RGB Variations
Color information
#F2608D (or 0xF2608D) is known color: Brink Pink. HEX triplet: F2, 60 and 8D. RGB value is (242,96,141). Sum of RGB (Red+Green+Blue) = 242+96+141=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2608D is #0D9F72. Grayscale: #909090. Windows color (decimal): -892787 or 9265394. OLE color: 9265394.
HSL color Cylindrical-coordinate representation of color #F2608D: hue angle of 341.51º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2608D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 141 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.05 |
| HSL | 341.51º | 0.85% | 0.66% | - |
| HSV(B) | 341.51º | 0.6% | 0.95% | - |
| XYZ | 45.61 | 29.17 | 28.43 | - |
| YUV | 144.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 141 | 0 | 0.60 | 0.42 | 0.05 | 341.51 | 0.85 | 0.66 |
| Hex | F2 | 60 | 8D | 0 | 3C | 2A | 5 | 156 | 55 | 42 |
| Octal | 362 | 140 | 215 | 0 | 74 | 52 | 5 | 526 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10001101 | 0 | 111100 | 101010 | 101 | 101010110 | 1010101 | 1000010 |
Color Harmonies of #F2608D
Complementary color
Monochromatic Colors of #F2608D
Black with #F2608D
Text Example
Text Example
White with #F2608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2608D; }
p { color: rgb(242,96,141); }
H1.HeaderClassName
{
color: #F2608D;
}
.AnyTagClassName
{
color: #F2608D;
}
</style>
background-color css
<style>
a { background-color: #F2608D; }
a { background-color: rgb(242,96,141); }
div.DivClassName
{
background-color: #F2608D;
}
.BgClassName
{
background-color: #F2608D;
}
</style>
border-color css
<style>
span { border-color: #F2608D; }
span { border-color: rgb(242,96,141); }
td.TdClassName
{
border-color: #F2608D;
}
.TagClassName
{
border-color: #F2608D;
}
</style>