Shades of Brink Pink #F16281
Tints of Brink Pink #F16281
RGB
CMYK
RGB Variations
Color information
#F16281 (or 0xF16281) is known color: Brink Pink. HEX triplet: F1, 62 and 81. RGB value is (241,98,129). Sum of RGB (Red+Green+Blue) = 241+98+129=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F16281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16281 is #0E9D7E. Grayscale: #909090. Windows color (decimal): -957823 or 8479473. OLE color: 8479473.
HSL color Cylindrical-coordinate representation of color #F16281: hue angle of 346.99º 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 #F16281 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 129 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.05 |
| HSL | 346.99º | 0.84% | 0.66% | - |
| HSV(B) | 346.99º | 0.59% | 0.95% | - |
| XYZ | 44.61 | 29.02 | 24.02 | - |
| YUV | 144.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 129 | 0 | 0.59 | 0.46 | 0.05 | 346.99 | 0.84 | 0.66 |
| Hex | F1 | 62 | 81 | 0 | 3B | 2E | 5 | 15B | 54 | 42 |
| Octal | 361 | 142 | 201 | 0 | 73 | 56 | 5 | 533 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10000001 | 0 | 111011 | 101110 | 101 | 101011011 | 1010100 | 1000010 |
Color Harmonies of #F16281
Complementary color
Monochromatic Colors of #F16281
Black with #F16281
Text Example
Text Example
White with #F16281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16281; }
p { color: rgb(241,98,129); }
H1.HeaderClassName
{
color: #F16281;
}
.AnyTagClassName
{
color: #F16281;
}
</style>
background-color css
<style>
a { background-color: #F16281; }
a { background-color: rgb(241,98,129); }
div.DivClassName
{
background-color: #F16281;
}
.BgClassName
{
background-color: #F16281;
}
</style>
border-color css
<style>
span { border-color: #F16281; }
span { border-color: rgb(241,98,129); }
td.TdClassName
{
border-color: #F16281;
}
.TagClassName
{
border-color: #F16281;
}
</style>