Shades of Brink Pink #F2638B
Tints of Brink Pink #F2638B
RGB
CMYK
RGB Variations
Color information
#F2638B (or 0xF2638B) is known color: Brink Pink. HEX triplet: F2, 63 and 8B. RGB value is (242,99,139). Sum of RGB (Red+Green+Blue) = 242+99+139=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2638B is #0D9C74. Grayscale: #929292. Windows color (decimal): -892021 or 9135090. OLE color: 9135090.
HSL color Cylindrical-coordinate representation of color #F2638B: hue angle of 343.22º 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 #F2638B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 139 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.05 |
| HSL | 343.22º | 0.85% | 0.67% | - |
| HSV(B) | 343.22º | 0.59% | 0.95% | - |
| XYZ | 45.74 | 29.67 | 27.74 | - |
| YUV | 146.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 139 | 0 | 0.59 | 0.43 | 0.05 | 343.22 | 0.85 | 0.67 |
| Hex | F2 | 63 | 8B | 0 | 3B | 2B | 5 | 157 | 55 | 43 |
| Octal | 362 | 143 | 213 | 0 | 73 | 53 | 5 | 527 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10001011 | 0 | 111011 | 101011 | 101 | 101010111 | 1010101 | 1000011 |
Color Harmonies of #F2638B
Complementary color
Monochromatic Colors of #F2638B
Black with #F2638B
Text Example
Text Example
White with #F2638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2638B; }
p { color: rgb(242,99,139); }
H1.HeaderClassName
{
color: #F2638B;
}
.AnyTagClassName
{
color: #F2638B;
}
</style>
background-color css
<style>
a { background-color: #F2638B; }
a { background-color: rgb(242,99,139); }
div.DivClassName
{
background-color: #F2638B;
}
.BgClassName
{
background-color: #F2638B;
}
</style>
border-color css
<style>
span { border-color: #F2638B; }
span { border-color: rgb(242,99,139); }
td.TdClassName
{
border-color: #F2638B;
}
.TagClassName
{
border-color: #F2638B;
}
</style>