Shades of Brink Pink #F2637B
Tints of Brink Pink #F2637B
RGB
CMYK
RGB Variations
Color information
#F2637B (or 0xF2637B) is known color: Brink Pink. HEX triplet: F2, 63 and 7B. RGB value is (242,99,123). Sum of RGB (Red+Green+Blue) = 242+99+123=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2637B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2637B is #0D9C84. Grayscale: #909090. Windows color (decimal): -892037 or 8086514. OLE color: 8086514.
HSL color Cylindrical-coordinate representation of color #F2637B: hue angle of 349.93º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2637B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 123 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.05 |
| HSL | 349.93º | 0.85% | 0.67% | - |
| HSV(B) | 349.93º | 0.59% | 0.95% | - |
| XYZ | 44.65 | 29.23 | 22.03 | - |
| YUV | 144.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 123 | 0 | 0.59 | 0.49 | 0.05 | 349.93 | 0.85 | 0.67 |
| Hex | F2 | 63 | 7B | 0 | 3B | 31 | 5 | 15E | 55 | 43 |
| Octal | 362 | 143 | 173 | 0 | 73 | 61 | 5 | 536 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1111011 | 0 | 111011 | 110001 | 101 | 101011110 | 1010101 | 1000011 |
Color Harmonies of #F2637B
Complementary color
Monochromatic Colors of #F2637B
Black with #F2637B
Text Example
Text Example
White with #F2637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2637B; }
p { color: rgb(242,99,123); }
H1.HeaderClassName
{
color: #F2637B;
}
.AnyTagClassName
{
color: #F2637B;
}
</style>
background-color css
<style>
a { background-color: #F2637B; }
a { background-color: rgb(242,99,123); }
div.DivClassName
{
background-color: #F2637B;
}
.BgClassName
{
background-color: #F2637B;
}
</style>
border-color css
<style>
span { border-color: #F2637B; }
span { border-color: rgb(242,99,123); }
td.TdClassName
{
border-color: #F2637B;
}
.TagClassName
{
border-color: #F2637B;
}
</style>