Shades of Brink Pink #F1618E
Tints of Brink Pink #F1618E
RGB
CMYK
RGB Variations
Color information
#F1618E (or 0xF1618E) is known color: Brink Pink. HEX triplet: F1, 61 and 8E. RGB value is (241,97,142). Sum of RGB (Red+Green+Blue) = 241+97+142=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1618E is #0E9E71. Grayscale: #919191. Windows color (decimal): -958066 or 9331185. OLE color: 9331185.
HSL color Cylindrical-coordinate representation of color #F1618E: hue angle of 341.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1618E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 142 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.05 |
| HSL | 341.25º | 0.84% | 0.66% | - |
| HSV(B) | 341.25º | 0.6% | 0.95% | - |
| XYZ | 45.43 | 29.2 | 28.83 | - |
| YUV | 145.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 142 | 0 | 0.60 | 0.41 | 0.05 | 341.25 | 0.84 | 0.66 |
| Hex | F1 | 61 | 8E | 0 | 3C | 29 | 5 | 155 | 54 | 42 |
| Octal | 361 | 141 | 216 | 0 | 74 | 51 | 5 | 525 | 124 | 102 |
| Binary | 11110001 | 1100001 | 10001110 | 0 | 111100 | 101001 | 101 | 101010101 | 1010100 | 1000010 |
Color Harmonies of #F1618E
Complementary color
Monochromatic Colors of #F1618E
Black with #F1618E
Text Example
Text Example
White with #F1618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1618E; }
p { color: rgb(241,97,142); }
H1.HeaderClassName
{
color: #F1618E;
}
.AnyTagClassName
{
color: #F1618E;
}
</style>
background-color css
<style>
a { background-color: #F1618E; }
a { background-color: rgb(241,97,142); }
div.DivClassName
{
background-color: #F1618E;
}
.BgClassName
{
background-color: #F1618E;
}
</style>
border-color css
<style>
span { border-color: #F1618E; }
span { border-color: rgb(241,97,142); }
td.TdClassName
{
border-color: #F1618E;
}
.TagClassName
{
border-color: #F1618E;
}
</style>