Shades of Brink Pink #F16378
Tints of Brink Pink #F16378
RGB
CMYK
RGB Variations
Color information
#F16378 (or 0xF16378) is known color: Brink Pink. HEX triplet: F1, 63 and 78. RGB value is (241,99,120). Sum of RGB (Red+Green+Blue) = 241+99+120=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F16378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16378 is #0E9C87. Grayscale: #8F8F8F. Windows color (decimal): -957576 or 7889905. OLE color: 7889905.
HSL color Cylindrical-coordinate representation of color #F16378: hue angle of 351.13º degrees, saturation: 0.84, 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 #F16378 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 120 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.05 |
| HSL | 351.13º | 0.84% | 0.67% | - |
| HSV(B) | 351.13º | 0.59% | 0.95% | - |
| XYZ | 44.13 | 28.98 | 21.04 | - |
| YUV | 143.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 120 | 0 | 0.59 | 0.50 | 0.05 | 351.13 | 0.84 | 0.67 |
| Hex | F1 | 63 | 78 | 0 | 3B | 32 | 5 | 15F | 54 | 43 |
| Octal | 361 | 143 | 170 | 0 | 73 | 62 | 5 | 537 | 124 | 103 |
| Binary | 11110001 | 1100011 | 1111000 | 0 | 111011 | 110010 | 101 | 101011111 | 1010100 | 1000011 |
Color Harmonies of #F16378
Complementary color
Monochromatic Colors of #F16378
Black with #F16378
Text Example
Text Example
White with #F16378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16378; }
p { color: rgb(241,99,120); }
H1.HeaderClassName
{
color: #F16378;
}
.AnyTagClassName
{
color: #F16378;
}
</style>
background-color css
<style>
a { background-color: #F16378; }
a { background-color: rgb(241,99,120); }
div.DivClassName
{
background-color: #F16378;
}
.BgClassName
{
background-color: #F16378;
}
</style>
border-color css
<style>
span { border-color: #F16378; }
span { border-color: rgb(241,99,120); }
td.TdClassName
{
border-color: #F16378;
}
.TagClassName
{
border-color: #F16378;
}
</style>