Shades of Brink Pink #F2607D
Tints of Brink Pink #F2607D
RGB
CMYK
RGB Variations
Color information
#F2607D (or 0xF2607D) is known color: Brink Pink. HEX triplet: F2, 60 and 7D. RGB value is (242,96,125). Sum of RGB (Red+Green+Blue) = 242+96+125=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2607D is #0D9F82. Grayscale: #8E8E8E. Windows color (decimal): -892803 or 8216818. OLE color: 8216818.
HSL color Cylindrical-coordinate representation of color #F2607D: hue angle of 348.08º 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 #F2607D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 125 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 348.08º | 0.85% | 0.66% | - |
| HSV(B) | 348.08º | 0.6% | 0.95% | - |
| XYZ | 44.5 | 28.72 | 22.6 | - |
| YUV | 142.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 125 | 0 | 0.60 | 0.48 | 0.05 | 348.08 | 0.85 | 0.66 |
| Hex | F2 | 60 | 7D | 0 | 3C | 30 | 5 | 15C | 55 | 42 |
| Octal | 362 | 140 | 175 | 0 | 74 | 60 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1111101 | 0 | 111100 | 110000 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F2607D
Complementary color
Monochromatic Colors of #F2607D
Black with #F2607D
Text Example
Text Example
White with #F2607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2607D; }
p { color: rgb(242,96,125); }
H1.HeaderClassName
{
color: #F2607D;
}
.AnyTagClassName
{
color: #F2607D;
}
</style>
background-color css
<style>
a { background-color: #F2607D; }
a { background-color: rgb(242,96,125); }
div.DivClassName
{
background-color: #F2607D;
}
.BgClassName
{
background-color: #F2607D;
}
</style>
border-color css
<style>
span { border-color: #F2607D; }
span { border-color: rgb(242,96,125); }
td.TdClassName
{
border-color: #F2607D;
}
.TagClassName
{
border-color: #F2607D;
}
</style>