Shades of Brink Pink #F46485
Tints of Brink Pink #F46485
RGB
CMYK
RGB Variations
Color information
#F46485 (or 0xF46485) is known color: Brink Pink. HEX triplet: F4, 64 and 85. RGB value is (244,100,133). Sum of RGB (Red+Green+Blue) = 244+100+133=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F46485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46485 is #0B9B7A. Grayscale: #929292. Windows color (decimal): -760699 or 8742132. OLE color: 8742132.
HSL color Cylindrical-coordinate representation of color #F46485: hue angle of 346.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F46485 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 133 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.04 |
| HSL | 346.25º | 0.87% | 0.67% | - |
| HSV(B) | 346.25º | 0.59% | 0.96% | - |
| XYZ | 46.1 | 30.04 | 25.56 | - |
| YUV | 146.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 133 | 0 | 0.59 | 0.45 | 0.04 | 346.25 | 0.87 | 0.67 |
| Hex | F4 | 64 | 85 | 0 | 3B | 2D | 4 | 15A | 57 | 43 |
| Octal | 364 | 144 | 205 | 0 | 73 | 55 | 4 | 532 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10000101 | 0 | 111011 | 101101 | 100 | 101011010 | 1010111 | 1000011 |
Color Harmonies of #F46485
Complementary color
Monochromatic Colors of #F46485
Black with #F46485
Text Example
Text Example
White with #F46485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46485; }
p { color: rgb(244,100,133); }
H1.HeaderClassName
{
color: #F46485;
}
.AnyTagClassName
{
color: #F46485;
}
</style>
background-color css
<style>
a { background-color: #F46485; }
a { background-color: rgb(244,100,133); }
div.DivClassName
{
background-color: #F46485;
}
.BgClassName
{
background-color: #F46485;
}
</style>
border-color css
<style>
span { border-color: #F46485; }
span { border-color: rgb(244,100,133); }
td.TdClassName
{
border-color: #F46485;
}
.TagClassName
{
border-color: #F46485;
}
</style>