Shades of Brink Pink #F9647E
Tints of Brink Pink #F9647E
RGB
CMYK
RGB Variations
Color information
#F9647E (or 0xF9647E) is known color: Brink Pink. HEX triplet: F9, 64 and 7E. RGB value is (249,100,126). Sum of RGB (Red+Green+Blue) = 249+100+126=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9647E is #069B81. Grayscale: #939393. Windows color (decimal): -433026 or 8283385. OLE color: 8283385.
HSL color Cylindrical-coordinate representation of color #F9647E: hue angle of 349.53º 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 #F9647E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 126 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.02 |
| HSL | 349.53º | 0.93% | 0.68% | - |
| HSV(B) | 349.53º | 0.6% | 0.98% | - |
| XYZ | 47.39 | 30.76 | 23.18 | - |
| YUV | 147.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 126 | 0 | 0.60 | 0.49 | 0.02 | 349.53 | 0.93 | 0.68 |
| Hex | F9 | 64 | 7E | 0 | 3C | 31 | 2 | 15E | 5D | 44 |
| Octal | 371 | 144 | 176 | 0 | 74 | 61 | 2 | 536 | 135 | 104 |
| Binary | 11111001 | 1100100 | 1111110 | 0 | 111100 | 110001 | 10 | 101011110 | 1011101 | 1000100 |
Color Harmonies of #F9647E
Complementary color
Monochromatic Colors of #F9647E
Black with #F9647E
Text Example
Text Example
White with #F9647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9647E; }
p { color: rgb(249,100,126); }
H1.HeaderClassName
{
color: #F9647E;
}
.AnyTagClassName
{
color: #F9647E;
}
</style>
background-color css
<style>
a { background-color: #F9647E; }
a { background-color: rgb(249,100,126); }
div.DivClassName
{
background-color: #F9647E;
}
.BgClassName
{
background-color: #F9647E;
}
</style>
border-color css
<style>
span { border-color: #F9647E; }
span { border-color: rgb(249,100,126); }
td.TdClassName
{
border-color: #F9647E;
}
.TagClassName
{
border-color: #F9647E;
}
</style>