Shades of Brink Pink #F16578
Tints of Brink Pink #F16578
RGB
CMYK
RGB Variations
Color information
#F16578 (or 0xF16578) is known color: Brink Pink. HEX triplet: F1, 65 and 78. RGB value is (241,101,120). Sum of RGB (Red+Green+Blue) = 241+101+120=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F16578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16578 is #0E9A87. Grayscale: #919191. Windows color (decimal): -957064 or 7890417. OLE color: 7890417.
HSL color Cylindrical-coordinate representation of color #F16578: hue angle of 351.86º 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 #F16578 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 120 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.05 |
| HSL | 351.86º | 0.83% | 0.67% | - |
| HSV(B) | 351.86º | 0.58% | 0.95% | - |
| XYZ | 44.32 | 29.36 | 21.1 | - |
| YUV | 145.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 120 | 0 | 0.58 | 0.50 | 0.05 | 351.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | 78 | 0 | 3A | 32 | 5 | 160 | 53 | 43 |
| Octal | 361 | 145 | 170 | 0 | 72 | 62 | 5 | 540 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1111000 | 0 | 111010 | 110010 | 101 | 101100000 | 1010011 | 1000011 |
Color Harmonies of #F16578
Complementary color
Monochromatic Colors of #F16578
Black with #F16578
Text Example
Text Example
White with #F16578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16578; }
p { color: rgb(241,101,120); }
H1.HeaderClassName
{
color: #F16578;
}
.AnyTagClassName
{
color: #F16578;
}
</style>
background-color css
<style>
a { background-color: #F16578; }
a { background-color: rgb(241,101,120); }
div.DivClassName
{
background-color: #F16578;
}
.BgClassName
{
background-color: #F16578;
}
</style>
border-color css
<style>
span { border-color: #F16578; }
span { border-color: rgb(241,101,120); }
td.TdClassName
{
border-color: #F16578;
}
.TagClassName
{
border-color: #F16578;
}
</style>