Shades of Brink Pink #FA6285
Tints of Brink Pink #FA6285
RGB
CMYK
RGB Variations
Color information
#FA6285 (or 0xFA6285) is known color: Brink Pink. HEX triplet: FA, 62 and 85. RGB value is (250,98,133). Sum of RGB (Red+Green+Blue) = 250+98+133=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6285 is #059D7A. Grayscale: #939393. Windows color (decimal): -367995 or 8741626. OLE color: 8741626.
HSL color Cylindrical-coordinate representation of color #FA6285: hue angle of 346.18º 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 #FA6285 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 133 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.02 |
| HSL | 346.18º | 0.94% | 0.68% | - |
| HSV(B) | 346.18º | 0.61% | 0.98% | - |
| XYZ | 48.03 | 30.75 | 25.59 | - |
| YUV | 147.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 133 | 0 | 0.61 | 0.47 | 0.02 | 346.18 | 0.94 | 0.68 |
| Hex | FA | 62 | 85 | 0 | 3D | 2F | 2 | 15A | 5E | 44 |
| Octal | 372 | 142 | 205 | 0 | 75 | 57 | 2 | 532 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10000101 | 0 | 111101 | 101111 | 10 | 101011010 | 1011110 | 1000100 |
Color Harmonies of #FA6285
Complementary color
Monochromatic Colors of #FA6285
Black with #FA6285
Text Example
Text Example
White with #FA6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6285; }
p { color: rgb(250,98,133); }
H1.HeaderClassName
{
color: #FA6285;
}
.AnyTagClassName
{
color: #FA6285;
}
</style>
background-color css
<style>
a { background-color: #FA6285; }
a { background-color: rgb(250,98,133); }
div.DivClassName
{
background-color: #FA6285;
}
.BgClassName
{
background-color: #FA6285;
}
</style>
border-color css
<style>
span { border-color: #FA6285; }
span { border-color: rgb(250,98,133); }
td.TdClassName
{
border-color: #FA6285;
}
.TagClassName
{
border-color: #FA6285;
}
</style>