Shades of Brink Pink #F95D7B
Tints of Brink Pink #F95D7B
RGB
CMYK
RGB Variations
Color information
#F95D7B (or 0xF95D7B) is known color: Brink Pink. HEX triplet: F9, 5D and 7B. RGB value is (249,93,123). Sum of RGB (Red+Green+Blue) = 249+93+123=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D7B is #06A284. Grayscale: #8F8F8F. Windows color (decimal): -434821 or 8084985. OLE color: 8084985.
HSL color Cylindrical-coordinate representation of color #F95D7B: hue angle of 348.46º degrees, saturation: 0.93, 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 #F95D7B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 123 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.46º | 0.93% | 0.67% | - |
| HSV(B) | 348.46º | 0.63% | 0.98% | - |
| XYZ | 46.56 | 29.4 | 21.96 | - |
| YUV | 143.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 123 | 0 | 0.63 | 0.51 | 0.02 | 348.46 | 0.93 | 0.67 |
| Hex | F9 | 5D | 7B | 0 | 3F | 33 | 2 | 15C | 5D | 43 |
| Octal | 371 | 135 | 173 | 0 | 77 | 63 | 2 | 534 | 135 | 103 |
| Binary | 11111001 | 1011101 | 1111011 | 0 | 111111 | 110011 | 10 | 101011100 | 1011101 | 1000011 |
Color Harmonies of #F95D7B
Complementary color
Monochromatic Colors of #F95D7B
Black with #F95D7B
Text Example
Text Example
White with #F95D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D7B; }
p { color: rgb(249,93,123); }
H1.HeaderClassName
{
color: #F95D7B;
}
.AnyTagClassName
{
color: #F95D7B;
}
</style>
background-color css
<style>
a { background-color: #F95D7B; }
a { background-color: rgb(249,93,123); }
div.DivClassName
{
background-color: #F95D7B;
}
.BgClassName
{
background-color: #F95D7B;
}
</style>
border-color css
<style>
span { border-color: #F95D7B; }
span { border-color: rgb(249,93,123); }
td.TdClassName
{
border-color: #F95D7B;
}
.TagClassName
{
border-color: #F95D7B;
}
</style>