Shades of Brink Pink #F15E7E
Tints of Brink Pink #F15E7E
RGB
CMYK
RGB Variations
Color information
#F15E7E (or 0xF15E7E) is known color: Brink Pink. HEX triplet: F1, 5E and 7E. RGB value is (241,94,126). Sum of RGB (Red+Green+Blue) = 241+94+126=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E7E is #0EA181. Grayscale: #8D8D8D. Windows color (decimal): -958850 or 8281841. OLE color: 8281841.
HSL color Cylindrical-coordinate representation of color #F15E7E: hue angle of 346.94º 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 #F15E7E is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 126 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.05 |
| HSL | 346.94º | 0.84% | 0.66% | - |
| HSV(B) | 346.94º | 0.61% | 0.95% | - |
| XYZ | 44.04 | 28.21 | 22.86 | - |
| YUV | 141.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 126 | 0 | 0.61 | 0.48 | 0.05 | 346.94 | 0.84 | 0.66 |
| Hex | F1 | 5E | 7E | 0 | 3D | 30 | 5 | 15B | 54 | 42 |
| Octal | 361 | 136 | 176 | 0 | 75 | 60 | 5 | 533 | 124 | 102 |
| Binary | 11110001 | 1011110 | 1111110 | 0 | 111101 | 110000 | 101 | 101011011 | 1010100 | 1000010 |
Color Harmonies of #F15E7E
Complementary color
Monochromatic Colors of #F15E7E
Black with #F15E7E
Text Example
Text Example
White with #F15E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15E7E; }
p { color: rgb(241,94,126); }
H1.HeaderClassName
{
color: #F15E7E;
}
.AnyTagClassName
{
color: #F15E7E;
}
</style>
background-color css
<style>
a { background-color: #F15E7E; }
a { background-color: rgb(241,94,126); }
div.DivClassName
{
background-color: #F15E7E;
}
.BgClassName
{
background-color: #F15E7E;
}
</style>
border-color css
<style>
span { border-color: #F15E7E; }
span { border-color: rgb(241,94,126); }
td.TdClassName
{
border-color: #F15E7E;
}
.TagClassName
{
border-color: #F15E7E;
}
</style>