Shades of Brink Pink #F2617F
Tints of Brink Pink #F2617F
RGB
CMYK
RGB Variations
Color information
#F2617F (or 0xF2617F) is known color: Brink Pink. HEX triplet: F2, 61 and 7F. RGB value is (242,97,127). Sum of RGB (Red+Green+Blue) = 242+97+127=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2617F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2617F is #0D9E80. Grayscale: #8F8F8F. Windows color (decimal): -892545 or 8348146. OLE color: 8348146.
HSL color Cylindrical-coordinate representation of color #F2617F: hue angle of 347.59º 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 #F2617F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 127 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 347.59º | 0.85% | 0.66% | - |
| HSV(B) | 347.59º | 0.6% | 0.95% | - |
| XYZ | 44.72 | 28.96 | 23.31 | - |
| YUV | 143.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 127 | 0 | 0.60 | 0.48 | 0.05 | 347.59 | 0.85 | 0.66 |
| Hex | F2 | 61 | 7F | 0 | 3C | 30 | 5 | 15C | 55 | 42 |
| Octal | 362 | 141 | 177 | 0 | 74 | 60 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1100001 | 1111111 | 0 | 111100 | 110000 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F2617F
Complementary color
Monochromatic Colors of #F2617F
Black with #F2617F
Text Example
Text Example
White with #F2617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2617F; }
p { color: rgb(242,97,127); }
H1.HeaderClassName
{
color: #F2617F;
}
.AnyTagClassName
{
color: #F2617F;
}
</style>
background-color css
<style>
a { background-color: #F2617F; }
a { background-color: rgb(242,97,127); }
div.DivClassName
{
background-color: #F2617F;
}
.BgClassName
{
background-color: #F2617F;
}
</style>
border-color css
<style>
span { border-color: #F2617F; }
span { border-color: rgb(242,97,127); }
td.TdClassName
{
border-color: #F2617F;
}
.TagClassName
{
border-color: #F2617F;
}
</style>