Shades of Brink Pink #F2607F
Tints of Brink Pink #F2607F
RGB
CMYK
RGB Variations
Color information
#F2607F (or 0xF2607F) is known color: Brink Pink. HEX triplet: F2, 60 and 7F. RGB value is (242,96,127). Sum of RGB (Red+Green+Blue) = 242+96+127=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2607F is #0D9F80. Grayscale: #8F8F8F. Windows color (decimal): -892801 or 8347890. OLE color: 8347890.
HSL color Cylindrical-coordinate representation of color #F2607F: hue angle of 347.26º 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 #F2607F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 127 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 347.26º | 0.85% | 0.66% | - |
| HSV(B) | 347.26º | 0.6% | 0.95% | - |
| XYZ | 44.63 | 28.78 | 23.28 | - |
| YUV | 143.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 127 | 0 | 0.60 | 0.48 | 0.05 | 347.26 | 0.85 | 0.66 |
| Hex | F2 | 60 | 7F | 0 | 3C | 30 | 5 | 15B | 55 | 42 |
| Octal | 362 | 140 | 177 | 0 | 74 | 60 | 5 | 533 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1111111 | 0 | 111100 | 110000 | 101 | 101011011 | 1010101 | 1000010 |
Color Harmonies of #F2607F
Complementary color
Monochromatic Colors of #F2607F
Black with #F2607F
Text Example
Text Example
White with #F2607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2607F; }
p { color: rgb(242,96,127); }
H1.HeaderClassName
{
color: #F2607F;
}
.AnyTagClassName
{
color: #F2607F;
}
</style>
background-color css
<style>
a { background-color: #F2607F; }
a { background-color: rgb(242,96,127); }
div.DivClassName
{
background-color: #F2607F;
}
.BgClassName
{
background-color: #F2607F;
}
</style>
border-color css
<style>
span { border-color: #F2607F; }
span { border-color: rgb(242,96,127); }
td.TdClassName
{
border-color: #F2607F;
}
.TagClassName
{
border-color: #F2607F;
}
</style>