Shades of Brink Pink #FA5E7F
Tints of Brink Pink #FA5E7F
RGB
CMYK
RGB Variations
Color information
#FA5E7F (or 0xFA5E7F) is known color: Brink Pink. HEX triplet: FA, 5E and 7F. RGB value is (250,94,127). Sum of RGB (Red+Green+Blue) = 250+94+127=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7F is #05A180. Grayscale: #909090. Windows color (decimal): -369025 or 8347386. OLE color: 8347386.
HSL color Cylindrical-coordinate representation of color #FA5E7F: hue angle of 347.31º 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 #FA5E7F is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 127 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.02 |
| HSL | 347.31º | 0.94% | 0.67% | - |
| HSV(B) | 347.31º | 0.62% | 0.98% | - |
| XYZ | 47.26 | 29.86 | 23.35 | - |
| YUV | 144.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 127 | 0 | 0.62 | 0.49 | 0.02 | 347.31 | 0.94 | 0.67 |
| Hex | FA | 5E | 7F | 0 | 3E | 31 | 2 | 15B | 5E | 43 |
| Octal | 372 | 136 | 177 | 0 | 76 | 61 | 2 | 533 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1111111 | 0 | 111110 | 110001 | 10 | 101011011 | 1011110 | 1000011 |
Color Harmonies of #FA5E7F
Complementary color
Monochromatic Colors of #FA5E7F
Black with #FA5E7F
Text Example
Text Example
White with #FA5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E7F; }
p { color: rgb(250,94,127); }
H1.HeaderClassName
{
color: #FA5E7F;
}
.AnyTagClassName
{
color: #FA5E7F;
}
</style>
background-color css
<style>
a { background-color: #FA5E7F; }
a { background-color: rgb(250,94,127); }
div.DivClassName
{
background-color: #FA5E7F;
}
.BgClassName
{
background-color: #FA5E7F;
}
</style>
border-color css
<style>
span { border-color: #FA5E7F; }
span { border-color: rgb(250,94,127); }
td.TdClassName
{
border-color: #FA5E7F;
}
.TagClassName
{
border-color: #FA5E7F;
}
</style>