Shades of Brink Pink #FA5D7D
Tints of Brink Pink #FA5D7D
RGB
CMYK
RGB Variations
Color information
#FA5D7D (or 0xFA5D7D) is known color: Brink Pink. HEX triplet: FA, 5D and 7D. RGB value is (250,93,125). Sum of RGB (Red+Green+Blue) = 250+93+125=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5D7D is #05A282. Grayscale: #8F8F8F. Windows color (decimal): -369283 or 8216058. OLE color: 8216058.
HSL color Cylindrical-coordinate representation of color #FA5D7D: hue angle of 347.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5D7D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 125 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.02 |
| HSL | 347.77º | 0.94% | 0.67% | - |
| HSV(B) | 347.77º | 0.63% | 0.98% | - |
| XYZ | 47.04 | 29.63 | 22.64 | - |
| YUV | 143.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 125 | 0 | 0.63 | 0.50 | 0.02 | 347.77 | 0.94 | 0.67 |
| Hex | FA | 5D | 7D | 0 | 3F | 32 | 2 | 15C | 5E | 43 |
| Octal | 372 | 135 | 175 | 0 | 77 | 62 | 2 | 534 | 136 | 103 |
| Binary | 11111010 | 1011101 | 1111101 | 0 | 111111 | 110010 | 10 | 101011100 | 1011110 | 1000011 |
Color Harmonies of #FA5D7D
Complementary color
Monochromatic Colors of #FA5D7D
Black with #FA5D7D
Text Example
Text Example
White with #FA5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D7D; }
p { color: rgb(250,93,125); }
H1.HeaderClassName
{
color: #FA5D7D;
}
.AnyTagClassName
{
color: #FA5D7D;
}
</style>
background-color css
<style>
a { background-color: #FA5D7D; }
a { background-color: rgb(250,93,125); }
div.DivClassName
{
background-color: #FA5D7D;
}
.BgClassName
{
background-color: #FA5D7D;
}
</style>
border-color css
<style>
span { border-color: #FA5D7D; }
span { border-color: rgb(250,93,125); }
td.TdClassName
{
border-color: #FA5D7D;
}
.TagClassName
{
border-color: #FA5D7D;
}
</style>