Shades of Brink Pink #F2608B
Tints of Brink Pink #F2608B
RGB
CMYK
RGB Variations
Color information
#F2608B (or 0xF2608B) is known color: Brink Pink. HEX triplet: F2, 60 and 8B. RGB value is (242,96,139). Sum of RGB (Red+Green+Blue) = 242+96+139=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2608B is #0D9F74. Grayscale: #909090. Windows color (decimal): -892789 or 9134322. OLE color: 9134322.
HSL color Cylindrical-coordinate representation of color #F2608B: hue angle of 342.33º 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 #F2608B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 139 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.05 |
| HSL | 342.33º | 0.85% | 0.66% | - |
| HSV(B) | 342.33º | 0.6% | 0.95% | - |
| XYZ | 45.46 | 29.11 | 27.65 | - |
| YUV | 144.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 139 | 0 | 0.60 | 0.43 | 0.05 | 342.33 | 0.85 | 0.66 |
| Hex | F2 | 60 | 8B | 0 | 3C | 2B | 5 | 156 | 55 | 42 |
| Octal | 362 | 140 | 213 | 0 | 74 | 53 | 5 | 526 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10001011 | 0 | 111100 | 101011 | 101 | 101010110 | 1010101 | 1000010 |
Color Harmonies of #F2608B
Complementary color
Monochromatic Colors of #F2608B
Black with #F2608B
Text Example
Text Example
White with #F2608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2608B; }
p { color: rgb(242,96,139); }
H1.HeaderClassName
{
color: #F2608B;
}
.AnyTagClassName
{
color: #F2608B;
}
</style>
background-color css
<style>
a { background-color: #F2608B; }
a { background-color: rgb(242,96,139); }
div.DivClassName
{
background-color: #F2608B;
}
.BgClassName
{
background-color: #F2608B;
}
</style>
border-color css
<style>
span { border-color: #F2608B; }
span { border-color: rgb(242,96,139); }
td.TdClassName
{
border-color: #F2608B;
}
.TagClassName
{
border-color: #F2608B;
}
</style>