Shades of Brink Pink #F15F7B
Tints of Brink Pink #F15F7B
RGB
CMYK
RGB Variations
Color information
#F15F7B (or 0xF15F7B) is known color: Brink Pink. HEX triplet: F1, 5F and 7B. RGB value is (241,95,123). Sum of RGB (Red+Green+Blue) = 241+95+123=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F7B is #0EA084. Grayscale: #8D8D8D. Windows color (decimal): -958597 or 8085489. OLE color: 8085489.
HSL color Cylindrical-coordinate representation of color #F15F7B: hue angle of 348.49º 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 #F15F7B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 123 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.05 |
| HSL | 348.49º | 0.84% | 0.66% | - |
| HSV(B) | 348.49º | 0.61% | 0.95% | - |
| XYZ | 43.94 | 28.32 | 21.89 | - |
| YUV | 141.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 123 | 0 | 0.61 | 0.49 | 0.05 | 348.49 | 0.84 | 0.66 |
| Hex | F1 | 5F | 7B | 0 | 3D | 31 | 5 | 15C | 54 | 42 |
| Octal | 361 | 137 | 173 | 0 | 75 | 61 | 5 | 534 | 124 | 102 |
| Binary | 11110001 | 1011111 | 1111011 | 0 | 111101 | 110001 | 101 | 101011100 | 1010100 | 1000010 |
Color Harmonies of #F15F7B
Complementary color
Monochromatic Colors of #F15F7B
Black with #F15F7B
Text Example
Text Example
White with #F15F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F7B; }
p { color: rgb(241,95,123); }
H1.HeaderClassName
{
color: #F15F7B;
}
.AnyTagClassName
{
color: #F15F7B;
}
</style>
background-color css
<style>
a { background-color: #F15F7B; }
a { background-color: rgb(241,95,123); }
div.DivClassName
{
background-color: #F15F7B;
}
.BgClassName
{
background-color: #F15F7B;
}
</style>
border-color css
<style>
span { border-color: #F15F7B; }
span { border-color: rgb(241,95,123); }
td.TdClassName
{
border-color: #F15F7B;
}
.TagClassName
{
border-color: #F15F7B;
}
</style>