Shades of Brink Pink #F1628E
Tints of Brink Pink #F1628E
RGB
CMYK
RGB Variations
Color information
#F1628E (or 0xF1628E) is known color: Brink Pink. HEX triplet: F1, 62 and 8E. RGB value is (241,98,142). Sum of RGB (Red+Green+Blue) = 241+98+142=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1628E is #0E9D71. Grayscale: #919191. Windows color (decimal): -957810 or 9331441. OLE color: 9331441.
HSL color Cylindrical-coordinate representation of color #F1628E: hue angle of 341.54º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1628E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 142 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.05 |
| HSL | 341.54º | 0.84% | 0.66% | - |
| HSV(B) | 341.54º | 0.59% | 0.95% | - |
| XYZ | 45.53 | 29.39 | 28.86 | - |
| YUV | 145.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 142 | 0 | 0.59 | 0.41 | 0.05 | 341.54 | 0.84 | 0.66 |
| Hex | F1 | 62 | 8E | 0 | 3B | 29 | 5 | 156 | 54 | 42 |
| Octal | 361 | 142 | 216 | 0 | 73 | 51 | 5 | 526 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10001110 | 0 | 111011 | 101001 | 101 | 101010110 | 1010100 | 1000010 |
Color Harmonies of #F1628E
Complementary color
Monochromatic Colors of #F1628E
Black with #F1628E
Text Example
Text Example
White with #F1628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1628E; }
p { color: rgb(241,98,142); }
H1.HeaderClassName
{
color: #F1628E;
}
.AnyTagClassName
{
color: #F1628E;
}
</style>
background-color css
<style>
a { background-color: #F1628E; }
a { background-color: rgb(241,98,142); }
div.DivClassName
{
background-color: #F1628E;
}
.BgClassName
{
background-color: #F1628E;
}
</style>
border-color css
<style>
span { border-color: #F1628E; }
span { border-color: rgb(241,98,142); }
td.TdClassName
{
border-color: #F1628E;
}
.TagClassName
{
border-color: #F1628E;
}
</style>