Shades of Brink Pink #F1648C
Tints of Brink Pink #F1648C
RGB
CMYK
RGB Variations
Color information
#F1648C (or 0xF1648C) is known color: Brink Pink. HEX triplet: F1, 64 and 8C. RGB value is (241,100,140). Sum of RGB (Red+Green+Blue) = 241+100+140=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1648C is #0E9B73. Grayscale: #929292. Windows color (decimal): -957300 or 9200881. OLE color: 9200881.
HSL color Cylindrical-coordinate representation of color #F1648C: hue angle of 342.98º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1648C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 140 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.05 |
| HSL | 342.98º | 0.83% | 0.67% | - |
| HSV(B) | 342.98º | 0.59% | 0.95% | - |
| XYZ | 45.57 | 29.71 | 28.14 | - |
| YUV | 146.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 140 | 0 | 0.59 | 0.42 | 0.05 | 342.98 | 0.83 | 0.67 |
| Hex | F1 | 64 | 8C | 0 | 3B | 2A | 5 | 157 | 53 | 43 |
| Octal | 361 | 144 | 214 | 0 | 73 | 52 | 5 | 527 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10001100 | 0 | 111011 | 101010 | 101 | 101010111 | 1010011 | 1000011 |
Color Harmonies of #F1648C
Complementary color
Monochromatic Colors of #F1648C
Black with #F1648C
Text Example
Text Example
White with #F1648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1648C; }
p { color: rgb(241,100,140); }
H1.HeaderClassName
{
color: #F1648C;
}
.AnyTagClassName
{
color: #F1648C;
}
</style>
background-color css
<style>
a { background-color: #F1648C; }
a { background-color: rgb(241,100,140); }
div.DivClassName
{
background-color: #F1648C;
}
.BgClassName
{
background-color: #F1648C;
}
</style>
border-color css
<style>
span { border-color: #F1648C; }
span { border-color: rgb(241,100,140); }
td.TdClassName
{
border-color: #F1648C;
}
.TagClassName
{
border-color: #F1648C;
}
</style>