Shades of Brink Pink #FA6679
Tints of Brink Pink #FA6679
RGB
CMYK
RGB Variations
Color information
#FA6679 (or 0xFA6679) is known color: Brink Pink. HEX triplet: FA, 66 and 79. RGB value is (250,102,121). Sum of RGB (Red+Green+Blue) = 250+102+121=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6679 is #059986. Grayscale: #949494. Windows color (decimal): -366983 or 7956218. OLE color: 7956218.
HSL color Cylindrical-coordinate representation of color #FA6679: hue angle of 352.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6679 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 121 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.02 |
| HSL | 352.3º | 0.94% | 0.69% | - |
| HSV(B) | 352.3º | 0.59% | 0.98% | - |
| XYZ | 47.63 | 31.21 | 21.6 | - |
| YUV | 148.42 | 112.53 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 121 | 0 | 0.59 | 0.52 | 0.02 | 352.3 | 0.94 | 0.69 |
| Hex | FA | 66 | 79 | 0 | 3B | 34 | 2 | 160 | 5E | 45 |
| Octal | 372 | 146 | 171 | 0 | 73 | 64 | 2 | 540 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1111001 | 0 | 111011 | 110100 | 10 | 101100000 | 1011110 | 1000101 |
Color Harmonies of #FA6679
Complementary color
Monochromatic Colors of #FA6679
Black with #FA6679
Text Example
Text Example
White with #FA6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6679; }
p { color: rgb(250,102,121); }
H1.HeaderClassName
{
color: #FA6679;
}
.AnyTagClassName
{
color: #FA6679;
}
</style>
background-color css
<style>
a { background-color: #FA6679; }
a { background-color: rgb(250,102,121); }
div.DivClassName
{
background-color: #FA6679;
}
.BgClassName
{
background-color: #FA6679;
}
</style>
border-color css
<style>
span { border-color: #FA6679; }
span { border-color: rgb(250,102,121); }
td.TdClassName
{
border-color: #FA6679;
}
.TagClassName
{
border-color: #FA6679;
}
</style>