Shades of Brink Pink #F9648E
Tints of Brink Pink #F9648E
RGB
CMYK
RGB Variations
Color information
#F9648E (or 0xF9648E) is known color: Brink Pink. HEX triplet: F9, 64 and 8E. RGB value is (249,100,142). Sum of RGB (Red+Green+Blue) = 249+100+142=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9648E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9648E is #069B71. Grayscale: #959595. Windows color (decimal): -433010 or 9331961. OLE color: 9331961.
HSL color Cylindrical-coordinate representation of color #F9648E: hue angle of 343.09º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9648E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 142 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.02 |
| HSL | 343.09º | 0.93% | 0.68% | - |
| HSV(B) | 343.09º | 0.6% | 0.98% | - |
| XYZ | 48.51 | 31.21 | 29.06 | - |
| YUV | 149.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 142 | 0 | 0.60 | 0.43 | 0.02 | 343.09 | 0.93 | 0.68 |
| Hex | F9 | 64 | 8E | 0 | 3C | 2B | 2 | 157 | 5D | 44 |
| Octal | 371 | 144 | 216 | 0 | 74 | 53 | 2 | 527 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10001110 | 0 | 111100 | 101011 | 10 | 101010111 | 1011101 | 1000100 |
Color Harmonies of #F9648E
Complementary color
Monochromatic Colors of #F9648E
Black with #F9648E
Text Example
Text Example
White with #F9648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9648E; }
p { color: rgb(249,100,142); }
H1.HeaderClassName
{
color: #F9648E;
}
.AnyTagClassName
{
color: #F9648E;
}
</style>
background-color css
<style>
a { background-color: #F9648E; }
a { background-color: rgb(249,100,142); }
div.DivClassName
{
background-color: #F9648E;
}
.BgClassName
{
background-color: #F9648E;
}
</style>
border-color css
<style>
span { border-color: #F9648E; }
span { border-color: rgb(249,100,142); }
td.TdClassName
{
border-color: #F9648E;
}
.TagClassName
{
border-color: #F9648E;
}
</style>