Shades of Brink Pink #FA6281
Tints of Brink Pink #FA6281
RGB
CMYK
RGB Variations
Color information
#FA6281 (or 0xFA6281) is known color: Brink Pink. HEX triplet: FA, 62 and 81. RGB value is (250,98,129). Sum of RGB (Red+Green+Blue) = 250+98+129=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6281 is #059D7E. Grayscale: #939393. Windows color (decimal): -367999 or 8479482. OLE color: 8479482.
HSL color Cylindrical-coordinate representation of color #FA6281: hue angle of 347.76º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6281 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 129 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.02 |
| HSL | 347.76º | 0.94% | 0.68% | - |
| HSV(B) | 347.76º | 0.61% | 0.98% | - |
| XYZ | 47.75 | 30.64 | 24.17 | - |
| YUV | 146.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 129 | 0 | 0.61 | 0.48 | 0.02 | 347.76 | 0.94 | 0.68 |
| Hex | FA | 62 | 81 | 0 | 3D | 30 | 2 | 15C | 5E | 44 |
| Octal | 372 | 142 | 201 | 0 | 75 | 60 | 2 | 534 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10000001 | 0 | 111101 | 110000 | 10 | 101011100 | 1011110 | 1000100 |
Color Harmonies of #FA6281
Complementary color
Monochromatic Colors of #FA6281
Black with #FA6281
Text Example
Text Example
White with #FA6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6281; }
p { color: rgb(250,98,129); }
H1.HeaderClassName
{
color: #FA6281;
}
.AnyTagClassName
{
color: #FA6281;
}
</style>
background-color css
<style>
a { background-color: #FA6281; }
a { background-color: rgb(250,98,129); }
div.DivClassName
{
background-color: #FA6281;
}
.BgClassName
{
background-color: #FA6281;
}
</style>
border-color css
<style>
span { border-color: #FA6281; }
span { border-color: rgb(250,98,129); }
td.TdClassName
{
border-color: #FA6281;
}
.TagClassName
{
border-color: #FA6281;
}
</style>