Shades of Brink Pink #F2628F
Tints of Brink Pink #F2628F
RGB
CMYK
RGB Variations
Color information
#F2628F (or 0xF2628F) is known color: Brink Pink. HEX triplet: F2, 62 and 8F. RGB value is (242,98,143). Sum of RGB (Red+Green+Blue) = 242+98+143=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2628F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2628F is #0D9D70. Grayscale: #929292. Windows color (decimal): -892273 or 9396978. OLE color: 9396978.
HSL color Cylindrical-coordinate representation of color #F2628F: hue angle of 341.25º 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 #F2628F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 143 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.05 |
| HSL | 341.25º | 0.85% | 0.67% | - |
| HSV(B) | 341.25º | 0.6% | 0.95% | - |
| XYZ | 45.94 | 29.6 | 29.28 | - |
| YUV | 146.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 143 | 0 | 0.60 | 0.41 | 0.05 | 341.25 | 0.85 | 0.67 |
| Hex | F2 | 62 | 8F | 0 | 3C | 29 | 5 | 155 | 55 | 43 |
| Octal | 362 | 142 | 217 | 0 | 74 | 51 | 5 | 525 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10001111 | 0 | 111100 | 101001 | 101 | 101010101 | 1010101 | 1000011 |
Color Harmonies of #F2628F
Complementary color
Monochromatic Colors of #F2628F
Black with #F2628F
Text Example
Text Example
White with #F2628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2628F; }
p { color: rgb(242,98,143); }
H1.HeaderClassName
{
color: #F2628F;
}
.AnyTagClassName
{
color: #F2628F;
}
</style>
background-color css
<style>
a { background-color: #F2628F; }
a { background-color: rgb(242,98,143); }
div.DivClassName
{
background-color: #F2628F;
}
.BgClassName
{
background-color: #F2628F;
}
</style>
border-color css
<style>
span { border-color: #F2628F; }
span { border-color: rgb(242,98,143); }
td.TdClassName
{
border-color: #F2628F;
}
.TagClassName
{
border-color: #F2628F;
}
</style>