Shades of Brink Pink #F15C7B
Tints of Brink Pink #F15C7B
RGB
CMYK
RGB Variations
Color information
#F15C7B (or 0xF15C7B) is known color: Brink Pink. HEX triplet: F1, 5C and 7B. RGB value is (241,92,123). Sum of RGB (Red+Green+Blue) = 241+92+123=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C7B is #0EA384. Grayscale: #8C8C8C. Windows color (decimal): -959365 or 8084721. OLE color: 8084721.
HSL color Cylindrical-coordinate representation of color #F15C7B: hue angle of 347.52º 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 #F15C7B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 123 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.05 |
| HSL | 347.52º | 0.84% | 0.65% | - |
| HSV(B) | 347.52º | 0.62% | 0.95% | - |
| XYZ | 43.68 | 27.79 | 21.8 | - |
| YUV | 140.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 123 | 0 | 0.62 | 0.49 | 0.05 | 347.52 | 0.84 | 0.65 |
| Hex | F1 | 5C | 7B | 0 | 3E | 31 | 5 | 15C | 54 | 41 |
| Octal | 361 | 134 | 173 | 0 | 76 | 61 | 5 | 534 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1111011 | 0 | 111110 | 110001 | 101 | 101011100 | 1010100 | 1000001 |
Color Harmonies of #F15C7B
Complementary color
Monochromatic Colors of #F15C7B
Black with #F15C7B
Text Example
Text Example
White with #F15C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C7B; }
p { color: rgb(241,92,123); }
H1.HeaderClassName
{
color: #F15C7B;
}
.AnyTagClassName
{
color: #F15C7B;
}
</style>
background-color css
<style>
a { background-color: #F15C7B; }
a { background-color: rgb(241,92,123); }
div.DivClassName
{
background-color: #F15C7B;
}
.BgClassName
{
background-color: #F15C7B;
}
</style>
border-color css
<style>
span { border-color: #F15C7B; }
span { border-color: rgb(241,92,123); }
td.TdClassName
{
border-color: #F15C7B;
}
.TagClassName
{
border-color: #F15C7B;
}
</style>