Shades of Brink Pink #FA5E7D
Tints of Brink Pink #FA5E7D
RGB
CMYK
RGB Variations
Color information
#FA5E7D (or 0xFA5E7D) is known color: Brink Pink. HEX triplet: FA, 5E and 7D. RGB value is (250,94,125). Sum of RGB (Red+Green+Blue) = 250+94+125=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7D is #05A182. Grayscale: #909090. Windows color (decimal): -369027 or 8216314. OLE color: 8216314.
HSL color Cylindrical-coordinate representation of color #FA5E7D: hue angle of 348.08º 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 #FA5E7D is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 125 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.02 |
| HSL | 348.08º | 0.94% | 0.67% | - |
| HSV(B) | 348.08º | 0.62% | 0.98% | - |
| XYZ | 47.13 | 29.81 | 22.67 | - |
| YUV | 144.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 125 | 0 | 0.62 | 0.50 | 0.02 | 348.08 | 0.94 | 0.67 |
| Hex | FA | 5E | 7D | 0 | 3E | 32 | 2 | 15C | 5E | 43 |
| Octal | 372 | 136 | 175 | 0 | 76 | 62 | 2 | 534 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1111101 | 0 | 111110 | 110010 | 10 | 101011100 | 1011110 | 1000011 |
Color Harmonies of #FA5E7D
Complementary color
Monochromatic Colors of #FA5E7D
Black with #FA5E7D
Text Example
Text Example
White with #FA5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E7D; }
p { color: rgb(250,94,125); }
H1.HeaderClassName
{
color: #FA5E7D;
}
.AnyTagClassName
{
color: #FA5E7D;
}
</style>
background-color css
<style>
a { background-color: #FA5E7D; }
a { background-color: rgb(250,94,125); }
div.DivClassName
{
background-color: #FA5E7D;
}
.BgClassName
{
background-color: #FA5E7D;
}
</style>
border-color css
<style>
span { border-color: #FA5E7D; }
span { border-color: rgb(250,94,125); }
td.TdClassName
{
border-color: #FA5E7D;
}
.TagClassName
{
border-color: #FA5E7D;
}
</style>