Shades of Brink Pink #F2638A
Tints of Brink Pink #F2638A
RGB
CMYK
RGB Variations
Color information
#F2638A (or 0xF2638A) is known color: Brink Pink. HEX triplet: F2, 63 and 8A. RGB value is (242,99,138). Sum of RGB (Red+Green+Blue) = 242+99+138=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2638A is #0D9C75. Grayscale: #929292. Windows color (decimal): -892022 or 9069554. OLE color: 9069554.
HSL color Cylindrical-coordinate representation of color #F2638A: hue angle of 343.64º 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 #F2638A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 138 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.05 |
| HSL | 343.64º | 0.85% | 0.67% | - |
| HSV(B) | 343.64º | 0.59% | 0.95% | - |
| XYZ | 45.67 | 29.64 | 27.36 | - |
| YUV | 146.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 138 | 0 | 0.59 | 0.43 | 0.05 | 343.64 | 0.85 | 0.67 |
| Hex | F2 | 63 | 8A | 0 | 3B | 2B | 5 | 158 | 55 | 43 |
| Octal | 362 | 143 | 212 | 0 | 73 | 53 | 5 | 530 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10001010 | 0 | 111011 | 101011 | 101 | 101011000 | 1010101 | 1000011 |
Color Harmonies of #F2638A
Complementary color
Monochromatic Colors of #F2638A
Black with #F2638A
Text Example
Text Example
White with #F2638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2638A; }
p { color: rgb(242,99,138); }
H1.HeaderClassName
{
color: #F2638A;
}
.AnyTagClassName
{
color: #F2638A;
}
</style>
background-color css
<style>
a { background-color: #F2638A; }
a { background-color: rgb(242,99,138); }
div.DivClassName
{
background-color: #F2638A;
}
.BgClassName
{
background-color: #F2638A;
}
</style>
border-color css
<style>
span { border-color: #F2638A; }
span { border-color: rgb(242,99,138); }
td.TdClassName
{
border-color: #F2638A;
}
.TagClassName
{
border-color: #F2638A;
}
</style>