Shades of Brink Pink #F95E7B
Tints of Brink Pink #F95E7B
RGB
CMYK
RGB Variations
Color information
#F95E7B (or 0xF95E7B) is known color: Brink Pink. HEX triplet: F9, 5E and 7B. RGB value is (249,94,123). Sum of RGB (Red+Green+Blue) = 249+94+123=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E7B is #06A184. Grayscale: #8F8F8F. Windows color (decimal): -434565 or 8085241. OLE color: 8085241.
HSL color Cylindrical-coordinate representation of color #F95E7B: hue angle of 348.77º degrees, saturation: 0.93, 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 #F95E7B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 123 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.02 |
| HSL | 348.77º | 0.93% | 0.67% | - |
| HSV(B) | 348.77º | 0.62% | 0.98% | - |
| XYZ | 46.64 | 29.58 | 21.99 | - |
| YUV | 143.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 123 | 0 | 0.62 | 0.51 | 0.02 | 348.77 | 0.93 | 0.67 |
| Hex | F9 | 5E | 7B | 0 | 3E | 33 | 2 | 15D | 5D | 43 |
| Octal | 371 | 136 | 173 | 0 | 76 | 63 | 2 | 535 | 135 | 103 |
| Binary | 11111001 | 1011110 | 1111011 | 0 | 111110 | 110011 | 10 | 101011101 | 1011101 | 1000011 |
Color Harmonies of #F95E7B
Complementary color
Monochromatic Colors of #F95E7B
Black with #F95E7B
Text Example
Text Example
White with #F95E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E7B; }
p { color: rgb(249,94,123); }
H1.HeaderClassName
{
color: #F95E7B;
}
.AnyTagClassName
{
color: #F95E7B;
}
</style>
background-color css
<style>
a { background-color: #F95E7B; }
a { background-color: rgb(249,94,123); }
div.DivClassName
{
background-color: #F95E7B;
}
.BgClassName
{
background-color: #F95E7B;
}
</style>
border-color css
<style>
span { border-color: #F95E7B; }
span { border-color: rgb(249,94,123); }
td.TdClassName
{
border-color: #F95E7B;
}
.TagClassName
{
border-color: #F95E7B;
}
</style>