Shades of Brink Pink #FA6781
Tints of Brink Pink #FA6781
RGB
CMYK
RGB Variations
Color information
#FA6781 (or 0xFA6781) is known color: Brink Pink. HEX triplet: FA, 67 and 81. RGB value is (250,103,129). Sum of RGB (Red+Green+Blue) = 250+103+129=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6781 is #05987E. Grayscale: #959595. Windows color (decimal): -366719 or 8480762. OLE color: 8480762.
HSL color Cylindrical-coordinate representation of color #FA6781: hue angle of 349.39º 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 #FA6781 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 129 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.02 |
| HSL | 349.39º | 0.94% | 0.69% | - |
| HSV(B) | 349.39º | 0.59% | 0.98% | - |
| XYZ | 48.24 | 31.61 | 24.33 | - |
| YUV | 149.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 129 | 0 | 0.59 | 0.48 | 0.02 | 349.39 | 0.94 | 0.69 |
| Hex | FA | 67 | 81 | 0 | 3B | 30 | 2 | 15D | 5E | 45 |
| Octal | 372 | 147 | 201 | 0 | 73 | 60 | 2 | 535 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10000001 | 0 | 111011 | 110000 | 10 | 101011101 | 1011110 | 1000101 |
Color Harmonies of #FA6781
Complementary color
Monochromatic Colors of #FA6781
Black with #FA6781
Text Example
Text Example
White with #FA6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6781; }
p { color: rgb(250,103,129); }
H1.HeaderClassName
{
color: #FA6781;
}
.AnyTagClassName
{
color: #FA6781;
}
</style>
background-color css
<style>
a { background-color: #FA6781; }
a { background-color: rgb(250,103,129); }
div.DivClassName
{
background-color: #FA6781;
}
.BgClassName
{
background-color: #FA6781;
}
</style>
border-color css
<style>
span { border-color: #FA6781; }
span { border-color: rgb(250,103,129); }
td.TdClassName
{
border-color: #FA6781;
}
.TagClassName
{
border-color: #FA6781;
}
</style>