Shades of Brink Pink #FA6879
Tints of Brink Pink #FA6879
RGB
CMYK
RGB Variations
Color information
#FA6879 (or 0xFA6879) is known color: Brink Pink. HEX triplet: FA, 68 and 79. RGB value is (250,104,121). Sum of RGB (Red+Green+Blue) = 250+104+121=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6879 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6879 is #059786. Grayscale: #959595. Windows color (decimal): -366471 or 7956730. OLE color: 7956730.
HSL color Cylindrical-coordinate representation of color #FA6879: hue angle of 353.01º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6879 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 121 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.02 |
| HSL | 353.01º | 0.94% | 0.69% | - |
| HSV(B) | 353.01º | 0.58% | 0.98% | - |
| XYZ | 47.83 | 31.61 | 21.67 | - |
| YUV | 149.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 121 | 0 | 0.58 | 0.52 | 0.02 | 353.01 | 0.94 | 0.69 |
| Hex | FA | 68 | 79 | 0 | 3A | 34 | 2 | 161 | 5E | 45 |
| Octal | 372 | 150 | 171 | 0 | 72 | 64 | 2 | 541 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1111001 | 0 | 111010 | 110100 | 10 | 101100001 | 1011110 | 1000101 |
Color Harmonies of #FA6879
Complementary color
Monochromatic Colors of #FA6879
Black with #FA6879
Text Example
Text Example
White with #FA6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6879; }
p { color: rgb(250,104,121); }
H1.HeaderClassName
{
color: #FA6879;
}
.AnyTagClassName
{
color: #FA6879;
}
</style>
background-color css
<style>
a { background-color: #FA6879; }
a { background-color: rgb(250,104,121); }
div.DivClassName
{
background-color: #FA6879;
}
.BgClassName
{
background-color: #FA6879;
}
</style>
border-color css
<style>
span { border-color: #FA6879; }
span { border-color: rgb(250,104,121); }
td.TdClassName
{
border-color: #FA6879;
}
.TagClassName
{
border-color: #FA6879;
}
</style>