Shades of Brink Pink #F67281
Tints of Brink Pink #F67281
RGB
CMYK
RGB Variations
Color information
#F67281 (or 0xF67281) is known color: Brink Pink. HEX triplet: F6, 72 and 81. RGB value is (246,114,129). Sum of RGB (Red+Green+Blue) = 246+114+129=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F67281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67281 is #098D7E. Grayscale: #9B9B9B. Windows color (decimal): -626047 or 8483574. OLE color: 8483574.
HSL color Cylindrical-coordinate representation of color #F67281: hue angle of 353.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67281 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 129 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.04 |
| HSL | 353.18º | 0.88% | 0.71% | - |
| HSV(B) | 353.18º | 0.54% | 0.96% | - |
| XYZ | 47.99 | 33.21 | 24.65 | - |
| YUV | 155.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 129 | 0 | 0.54 | 0.48 | 0.04 | 353.18 | 0.88 | 0.71 |
| Hex | F6 | 72 | 81 | 0 | 36 | 30 | 4 | 161 | 58 | 47 |
| Octal | 366 | 162 | 201 | 0 | 66 | 60 | 4 | 541 | 130 | 107 |
| Binary | 11110110 | 1110010 | 10000001 | 0 | 110110 | 110000 | 100 | 101100001 | 1011000 | 1000111 |
Color Harmonies of #F67281
Complementary color
Monochromatic Colors of #F67281
Black with #F67281
Text Example
Text Example
White with #F67281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67281; }
p { color: rgb(246,114,129); }
H1.HeaderClassName
{
color: #F67281;
}
.AnyTagClassName
{
color: #F67281;
}
</style>
background-color css
<style>
a { background-color: #F67281; }
a { background-color: rgb(246,114,129); }
div.DivClassName
{
background-color: #F67281;
}
.BgClassName
{
background-color: #F67281;
}
</style>
border-color css
<style>
span { border-color: #F67281; }
span { border-color: rgb(246,114,129); }
td.TdClassName
{
border-color: #F67281;
}
.TagClassName
{
border-color: #F67281;
}
</style>