Shades of Brink Pink #F15E7B
Tints of Brink Pink #F15E7B
RGB
CMYK
RGB Variations
Color information
#F15E7B (or 0xF15E7B) is known color: Brink Pink. HEX triplet: F1, 5E and 7B. RGB value is (241,94,123). Sum of RGB (Red+Green+Blue) = 241+94+123=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E7B is #0EA184. Grayscale: #8D8D8D. Windows color (decimal): -958853 or 8085233. OLE color: 8085233.
HSL color Cylindrical-coordinate representation of color #F15E7B: hue angle of 348.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15E7B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 123 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.05 |
| HSL | 348.16º | 0.84% | 0.66% | - |
| HSV(B) | 348.16º | 0.61% | 0.95% | - |
| XYZ | 43.85 | 28.14 | 21.86 | - |
| YUV | 141.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 123 | 0 | 0.61 | 0.49 | 0.05 | 348.16 | 0.84 | 0.66 |
| Hex | F1 | 5E | 7B | 0 | 3D | 31 | 5 | 15C | 54 | 42 |
| Octal | 361 | 136 | 173 | 0 | 75 | 61 | 5 | 534 | 124 | 102 |
| Binary | 11110001 | 1011110 | 1111011 | 0 | 111101 | 110001 | 101 | 101011100 | 1010100 | 1000010 |
Color Harmonies of #F15E7B
Complementary color
Monochromatic Colors of #F15E7B
Black with #F15E7B
Text Example
Text Example
White with #F15E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15E7B; }
p { color: rgb(241,94,123); }
H1.HeaderClassName
{
color: #F15E7B;
}
.AnyTagClassName
{
color: #F15E7B;
}
</style>
background-color css
<style>
a { background-color: #F15E7B; }
a { background-color: rgb(241,94,123); }
div.DivClassName
{
background-color: #F15E7B;
}
.BgClassName
{
background-color: #F15E7B;
}
</style>
border-color css
<style>
span { border-color: #F15E7B; }
span { border-color: rgb(241,94,123); }
td.TdClassName
{
border-color: #F15E7B;
}
.TagClassName
{
border-color: #F15E7B;
}
</style>