Shades of Brink Pink #F16678
Tints of Brink Pink #F16678
RGB
CMYK
RGB Variations
Color information
#F16678 (or 0xF16678) is known color: Brink Pink. HEX triplet: F1, 66 and 78. RGB value is (241,102,120). Sum of RGB (Red+Green+Blue) = 241+102+120=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F16678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16678 is #0E9987. Grayscale: #919191. Windows color (decimal): -956808 or 7890673. OLE color: 7890673.
HSL color Cylindrical-coordinate representation of color #F16678: hue angle of 352.23º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16678 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 120 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.05 |
| HSL | 352.23º | 0.83% | 0.67% | - |
| HSV(B) | 352.23º | 0.58% | 0.95% | - |
| XYZ | 44.42 | 29.56 | 21.13 | - |
| YUV | 145.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 120 | 0 | 0.58 | 0.50 | 0.05 | 352.23 | 0.83 | 0.67 |
| Hex | F1 | 66 | 78 | 0 | 3A | 32 | 5 | 160 | 53 | 43 |
| Octal | 361 | 146 | 170 | 0 | 72 | 62 | 5 | 540 | 123 | 103 |
| Binary | 11110001 | 1100110 | 1111000 | 0 | 111010 | 110010 | 101 | 101100000 | 1010011 | 1000011 |
Color Harmonies of #F16678
Complementary color
Monochromatic Colors of #F16678
Black with #F16678
Text Example
Text Example
White with #F16678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16678; }
p { color: rgb(241,102,120); }
H1.HeaderClassName
{
color: #F16678;
}
.AnyTagClassName
{
color: #F16678;
}
</style>
background-color css
<style>
a { background-color: #F16678; }
a { background-color: rgb(241,102,120); }
div.DivClassName
{
background-color: #F16678;
}
.BgClassName
{
background-color: #F16678;
}
</style>
border-color css
<style>
span { border-color: #F16678; }
span { border-color: rgb(241,102,120); }
td.TdClassName
{
border-color: #F16678;
}
.TagClassName
{
border-color: #F16678;
}
</style>