Shades of Brink Pink #F2607E
Tints of Brink Pink #F2607E
RGB
CMYK
RGB Variations
Color information
#F2607E (or 0xF2607E) is known color: Brink Pink. HEX triplet: F2, 60 and 7E. RGB value is (242,96,126). Sum of RGB (Red+Green+Blue) = 242+96+126=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2607E is #0D9F81. Grayscale: #8F8F8F. Windows color (decimal): -892802 or 8282354. OLE color: 8282354.
HSL color Cylindrical-coordinate representation of color #F2607E: hue angle of 347.67º 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 #F2607E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 126 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 347.67º | 0.85% | 0.66% | - |
| HSV(B) | 347.67º | 0.6% | 0.95% | - |
| XYZ | 44.57 | 28.75 | 22.94 | - |
| YUV | 143.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 126 | 0 | 0.60 | 0.48 | 0.05 | 347.67 | 0.85 | 0.66 |
| Hex | F2 | 60 | 7E | 0 | 3C | 30 | 5 | 15C | 55 | 42 |
| Octal | 362 | 140 | 176 | 0 | 74 | 60 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1111110 | 0 | 111100 | 110000 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F2607E
Complementary color
Monochromatic Colors of #F2607E
Black with #F2607E
Text Example
Text Example
White with #F2607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2607E; }
p { color: rgb(242,96,126); }
H1.HeaderClassName
{
color: #F2607E;
}
.AnyTagClassName
{
color: #F2607E;
}
</style>
background-color css
<style>
a { background-color: #F2607E; }
a { background-color: rgb(242,96,126); }
div.DivClassName
{
background-color: #F2607E;
}
.BgClassName
{
background-color: #F2607E;
}
</style>
border-color css
<style>
span { border-color: #F2607E; }
span { border-color: rgb(242,96,126); }
td.TdClassName
{
border-color: #F2607E;
}
.TagClassName
{
border-color: #F2607E;
}
</style>