Shades of Brink Pink #F15C83
Tints of Brink Pink #F15C83
RGB
CMYK
RGB Variations
Color information
#F15C83 (or 0xF15C83) is known color: Brink Pink. HEX triplet: F1, 5C and 83. RGB value is (241,92,131). Sum of RGB (Red+Green+Blue) = 241+92+131=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C83 is #0EA37C. Grayscale: #8C8C8C. Windows color (decimal): -959357 or 8609009. OLE color: 8609009.
HSL color Cylindrical-coordinate representation of color #F15C83: hue angle of 344.3º 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 #F15C83 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 131 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.05 |
| HSL | 344.3º | 0.84% | 0.65% | - |
| HSV(B) | 344.3º | 0.62% | 0.95% | - |
| XYZ | 44.2 | 27.99 | 24.55 | - |
| YUV | 141 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 131 | 0 | 0.62 | 0.46 | 0.05 | 344.3 | 0.84 | 0.65 |
| Hex | F1 | 5C | 83 | 0 | 3E | 2E | 5 | 158 | 54 | 41 |
| Octal | 361 | 134 | 203 | 0 | 76 | 56 | 5 | 530 | 124 | 101 |
| Binary | 11110001 | 1011100 | 10000011 | 0 | 111110 | 101110 | 101 | 101011000 | 1010100 | 1000001 |
Color Harmonies of #F15C83
Complementary color
Monochromatic Colors of #F15C83
Black with #F15C83
Text Example
Text Example
White with #F15C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C83; }
p { color: rgb(241,92,131); }
H1.HeaderClassName
{
color: #F15C83;
}
.AnyTagClassName
{
color: #F15C83;
}
</style>
background-color css
<style>
a { background-color: #F15C83; }
a { background-color: rgb(241,92,131); }
div.DivClassName
{
background-color: #F15C83;
}
.BgClassName
{
background-color: #F15C83;
}
</style>
border-color css
<style>
span { border-color: #F15C83; }
span { border-color: rgb(241,92,131); }
td.TdClassName
{
border-color: #F15C83;
}
.TagClassName
{
border-color: #F15C83;
}
</style>