Shades of Brink Pink #F15C7E
Tints of Brink Pink #F15C7E
RGB
CMYK
RGB Variations
Color information
#F15C7E (or 0xF15C7E) is known color: Brink Pink. HEX triplet: F1, 5C and 7E. RGB value is (241,92,126). Sum of RGB (Red+Green+Blue) = 241+92+126=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C7E is #0EA381. Grayscale: #8C8C8C. Windows color (decimal): -959362 or 8281329. OLE color: 8281329.
HSL color Cylindrical-coordinate representation of color #F15C7E: hue angle of 346.31º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C7E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 126 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.05 |
| HSL | 346.31º | 0.84% | 0.65% | - |
| HSV(B) | 346.31º | 0.62% | 0.95% | - |
| XYZ | 43.87 | 27.86 | 22.8 | - |
| YUV | 140.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 126 | 0 | 0.62 | 0.48 | 0.05 | 346.31 | 0.84 | 0.65 |
| Hex | F1 | 5C | 7E | 0 | 3E | 30 | 5 | 15A | 54 | 41 |
| Octal | 361 | 134 | 176 | 0 | 76 | 60 | 5 | 532 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1111110 | 0 | 111110 | 110000 | 101 | 101011010 | 1010100 | 1000001 |
Color Harmonies of #F15C7E
Complementary color
Monochromatic Colors of #F15C7E
Black with #F15C7E
Text Example
Text Example
White with #F15C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C7E; }
p { color: rgb(241,92,126); }
H1.HeaderClassName
{
color: #F15C7E;
}
.AnyTagClassName
{
color: #F15C7E;
}
</style>
background-color css
<style>
a { background-color: #F15C7E; }
a { background-color: rgb(241,92,126); }
div.DivClassName
{
background-color: #F15C7E;
}
.BgClassName
{
background-color: #F15C7E;
}
</style>
border-color css
<style>
span { border-color: #F15C7E; }
span { border-color: rgb(241,92,126); }
td.TdClassName
{
border-color: #F15C7E;
}
.TagClassName
{
border-color: #F15C7E;
}
</style>