Shades of Brink Pink #F2627C
Tints of Brink Pink #F2627C
RGB
CMYK
RGB Variations
Color information
#F2627C (or 0xF2627C) is known color: Brink Pink. HEX triplet: F2, 62 and 7C. RGB value is (242,98,124). Sum of RGB (Red+Green+Blue) = 242+98+124=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2627C is #0D9D83. Grayscale: #909090. Windows color (decimal): -892292 or 8151794. OLE color: 8151794.
HSL color Cylindrical-coordinate representation of color #F2627C: hue angle of 349.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2627C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 124 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.05 |
| HSL | 349.17º | 0.85% | 0.67% | - |
| HSV(B) | 349.17º | 0.6% | 0.95% | - |
| XYZ | 44.62 | 29.07 | 22.33 | - |
| YUV | 144.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 124 | 0 | 0.60 | 0.49 | 0.05 | 349.17 | 0.85 | 0.67 |
| Hex | F2 | 62 | 7C | 0 | 3C | 31 | 5 | 15D | 55 | 43 |
| Octal | 362 | 142 | 174 | 0 | 74 | 61 | 5 | 535 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1111100 | 0 | 111100 | 110001 | 101 | 101011101 | 1010101 | 1000011 |
Color Harmonies of #F2627C
Complementary color
Monochromatic Colors of #F2627C
Black with #F2627C
Text Example
Text Example
White with #F2627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2627C; }
p { color: rgb(242,98,124); }
H1.HeaderClassName
{
color: #F2627C;
}
.AnyTagClassName
{
color: #F2627C;
}
</style>
background-color css
<style>
a { background-color: #F2627C; }
a { background-color: rgb(242,98,124); }
div.DivClassName
{
background-color: #F2627C;
}
.BgClassName
{
background-color: #F2627C;
}
</style>
border-color css
<style>
span { border-color: #F2627C; }
span { border-color: rgb(242,98,124); }
td.TdClassName
{
border-color: #F2627C;
}
.TagClassName
{
border-color: #F2627C;
}
</style>