Shades of Brink Pink #F16277
Tints of Brink Pink #F16277
RGB
CMYK
RGB Variations
Color information
#F16277 (or 0xF16277) is known color: Brink Pink. HEX triplet: F1, 62 and 77. RGB value is (241,98,119). Sum of RGB (Red+Green+Blue) = 241+98+119=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16277 is #0E9D88. Grayscale: #8F8F8F. Windows color (decimal): -957833 or 7824113. OLE color: 7824113.
HSL color Cylindrical-coordinate representation of color #F16277: hue angle of 351.19º 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 #F16277 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 119 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.05 |
| HSL | 351.19º | 0.84% | 0.66% | - |
| HSV(B) | 351.19º | 0.59% | 0.95% | - |
| XYZ | 43.97 | 28.77 | 20.69 | - |
| YUV | 143.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 119 | 0 | 0.59 | 0.51 | 0.05 | 351.19 | 0.84 | 0.66 |
| Hex | F1 | 62 | 77 | 0 | 3B | 33 | 5 | 15F | 54 | 42 |
| Octal | 361 | 142 | 167 | 0 | 73 | 63 | 5 | 537 | 124 | 102 |
| Binary | 11110001 | 1100010 | 1110111 | 0 | 111011 | 110011 | 101 | 101011111 | 1010100 | 1000010 |
Color Harmonies of #F16277
Complementary color
Monochromatic Colors of #F16277
Black with #F16277
Text Example
Text Example
White with #F16277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16277; }
p { color: rgb(241,98,119); }
H1.HeaderClassName
{
color: #F16277;
}
.AnyTagClassName
{
color: #F16277;
}
</style>
background-color css
<style>
a { background-color: #F16277; }
a { background-color: rgb(241,98,119); }
div.DivClassName
{
background-color: #F16277;
}
.BgClassName
{
background-color: #F16277;
}
</style>
border-color css
<style>
span { border-color: #F16277; }
span { border-color: rgb(241,98,119); }
td.TdClassName
{
border-color: #F16277;
}
.TagClassName
{
border-color: #F16277;
}
</style>