Shades of Brink Pink #FA6881
Tints of Brink Pink #FA6881
RGB
CMYK
RGB Variations
Color information
#FA6881 (or 0xFA6881) is known color: Brink Pink. HEX triplet: FA, 68 and 81. RGB value is (250,104,129). Sum of RGB (Red+Green+Blue) = 250+104+129=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6881 is #05977E. Grayscale: #969696. Windows color (decimal): -366463 or 8481018. OLE color: 8481018.
HSL color Cylindrical-coordinate representation of color #FA6881: hue angle of 349.73º 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 #FA6881 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 129 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.02 |
| HSL | 349.73º | 0.94% | 0.69% | - |
| HSV(B) | 349.73º | 0.58% | 0.98% | - |
| XYZ | 48.34 | 31.81 | 24.36 | - |
| YUV | 150.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 129 | 0 | 0.58 | 0.48 | 0.02 | 349.73 | 0.94 | 0.69 |
| Hex | FA | 68 | 81 | 0 | 3A | 30 | 2 | 15E | 5E | 45 |
| Octal | 372 | 150 | 201 | 0 | 72 | 60 | 2 | 536 | 136 | 105 |
| Binary | 11111010 | 1101000 | 10000001 | 0 | 111010 | 110000 | 10 | 101011110 | 1011110 | 1000101 |
Color Harmonies of #FA6881
Complementary color
Monochromatic Colors of #FA6881
Black with #FA6881
Text Example
Text Example
White with #FA6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6881; }
p { color: rgb(250,104,129); }
H1.HeaderClassName
{
color: #FA6881;
}
.AnyTagClassName
{
color: #FA6881;
}
</style>
background-color css
<style>
a { background-color: #FA6881; }
a { background-color: rgb(250,104,129); }
div.DivClassName
{
background-color: #FA6881;
}
.BgClassName
{
background-color: #FA6881;
}
</style>
border-color css
<style>
span { border-color: #FA6881; }
span { border-color: rgb(250,104,129); }
td.TdClassName
{
border-color: #FA6881;
}
.TagClassName
{
border-color: #FA6881;
}
</style>