Shades of Brink Pink #FA5B7F
Tints of Brink Pink #FA5B7F
RGB
CMYK
RGB Variations
Color information
#FA5B7F (or 0xFA5B7F) is known color: Brink Pink. HEX triplet: FA, 5B and 7F. RGB value is (250,91,127). Sum of RGB (Red+Green+Blue) = 250+91+127=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B7F is #05A480. Grayscale: #8E8E8E. Windows color (decimal): -369793 or 8346618. OLE color: 8346618.
HSL color Cylindrical-coordinate representation of color #FA5B7F: hue angle of 346.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5B7F is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 127 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.02 |
| HSL | 346.42º | 0.94% | 0.67% | - |
| HSV(B) | 346.42º | 0.64% | 0.98% | - |
| XYZ | 47 | 29.34 | 23.26 | - |
| YUV | 142.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 127 | 0 | 0.64 | 0.49 | 0.02 | 346.42 | 0.94 | 0.67 |
| Hex | FA | 5B | 7F | 0 | 40 | 31 | 2 | 15A | 5E | 43 |
| Octal | 372 | 133 | 177 | 0 | 100 | 61 | 2 | 532 | 136 | 103 |
| Binary | 11111010 | 1011011 | 1111111 | 0 | 1000000 | 110001 | 10 | 101011010 | 1011110 | 1000011 |
Color Harmonies of #FA5B7F
Complementary color
Monochromatic Colors of #FA5B7F
Black with #FA5B7F
Text Example
Text Example
White with #FA5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B7F; }
p { color: rgb(250,91,127); }
H1.HeaderClassName
{
color: #FA5B7F;
}
.AnyTagClassName
{
color: #FA5B7F;
}
</style>
background-color css
<style>
a { background-color: #FA5B7F; }
a { background-color: rgb(250,91,127); }
div.DivClassName
{
background-color: #FA5B7F;
}
.BgClassName
{
background-color: #FA5B7F;
}
</style>
border-color css
<style>
span { border-color: #FA5B7F; }
span { border-color: rgb(250,91,127); }
td.TdClassName
{
border-color: #FA5B7F;
}
.TagClassName
{
border-color: #FA5B7F;
}
</style>