Shades of Brink Pink #F2617D
Tints of Brink Pink #F2617D
RGB
CMYK
RGB Variations
Color information
#F2617D (or 0xF2617D) is known color: Brink Pink. HEX triplet: F2, 61 and 7D. RGB value is (242,97,125). Sum of RGB (Red+Green+Blue) = 242+97+125=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2617D is #0D9E82. Grayscale: #8F8F8F. Windows color (decimal): -892547 or 8217074. OLE color: 8217074.
HSL color Cylindrical-coordinate representation of color #F2617D: hue angle of 348.41º 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 #F2617D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 125 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 348.41º | 0.85% | 0.66% | - |
| HSV(B) | 348.41º | 0.6% | 0.95% | - |
| XYZ | 44.59 | 28.91 | 22.63 | - |
| YUV | 143.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 125 | 0 | 0.60 | 0.48 | 0.05 | 348.41 | 0.85 | 0.66 |
| Hex | F2 | 61 | 7D | 0 | 3C | 30 | 5 | 15C | 55 | 42 |
| Octal | 362 | 141 | 175 | 0 | 74 | 60 | 5 | 534 | 125 | 102 |
| Binary | 11110010 | 1100001 | 1111101 | 0 | 111100 | 110000 | 101 | 101011100 | 1010101 | 1000010 |
Color Harmonies of #F2617D
Complementary color
Monochromatic Colors of #F2617D
Black with #F2617D
Text Example
Text Example
White with #F2617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2617D; }
p { color: rgb(242,97,125); }
H1.HeaderClassName
{
color: #F2617D;
}
.AnyTagClassName
{
color: #F2617D;
}
</style>
background-color css
<style>
a { background-color: #F2617D; }
a { background-color: rgb(242,97,125); }
div.DivClassName
{
background-color: #F2617D;
}
.BgClassName
{
background-color: #F2617D;
}
</style>
border-color css
<style>
span { border-color: #F2617D; }
span { border-color: rgb(242,97,125); }
td.TdClassName
{
border-color: #F2617D;
}
.TagClassName
{
border-color: #F2617D;
}
</style>