Shades of Brink Pink #FA5E90
Tints of Brink Pink #FA5E90
RGB
CMYK
RGB Variations
Color information
#FA5E90 (or 0xFA5E90) is known color: Brink Pink. HEX triplet: FA, 5E and 90. RGB value is (250,94,144). Sum of RGB (Red+Green+Blue) = 250+94+144=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E90 is #05A16F. Grayscale: #929292. Windows color (decimal): -369008 or 9461498. OLE color: 9461498.
HSL color Cylindrical-coordinate representation of color #FA5E90: hue angle of 340.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E90 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 144 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.02 |
| HSL | 340.77º | 0.94% | 0.67% | - |
| HSV(B) | 340.77º | 0.62% | 0.98% | - |
| XYZ | 48.46 | 30.34 | 29.69 | - |
| YUV | 146.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 144 | 0 | 0.62 | 0.42 | 0.02 | 340.77 | 0.94 | 0.67 |
| Hex | FA | 5E | 90 | 0 | 3E | 2A | 2 | 155 | 5E | 43 |
| Octal | 372 | 136 | 220 | 0 | 76 | 52 | 2 | 525 | 136 | 103 |
| Binary | 11111010 | 1011110 | 10010000 | 0 | 111110 | 101010 | 10 | 101010101 | 1011110 | 1000011 |
Color Harmonies of #FA5E90
Complementary color
Monochromatic Colors of #FA5E90
Black with #FA5E90
Text Example
Text Example
White with #FA5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E90; }
p { color: rgb(250,94,144); }
H1.HeaderClassName
{
color: #FA5E90;
}
.AnyTagClassName
{
color: #FA5E90;
}
</style>
background-color css
<style>
a { background-color: #FA5E90; }
a { background-color: rgb(250,94,144); }
div.DivClassName
{
background-color: #FA5E90;
}
.BgClassName
{
background-color: #FA5E90;
}
</style>
border-color css
<style>
span { border-color: #FA5E90; }
span { border-color: rgb(250,94,144); }
td.TdClassName
{
border-color: #FA5E90;
}
.TagClassName
{
border-color: #FA5E90;
}
</style>