Shades of Brink Pink #F46A8A
Tints of Brink Pink #F46A8A
RGB
CMYK
RGB Variations
Color information
#F46A8A (or 0xF46A8A) is known color: Brink Pink. HEX triplet: F4, 6A and 8A. RGB value is (244,106,138). Sum of RGB (Red+Green+Blue) = 244+106+138=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46A8A is #0B9575. Grayscale: #969696. Windows color (decimal): -759158 or 9071348. OLE color: 9071348.
HSL color Cylindrical-coordinate representation of color #F46A8A: hue angle of 346.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F46A8A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 106 | 138 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.04 |
| HSL | 346.09º | 0.86% | 0.69% | - |
| HSV(B) | 346.09º | 0.57% | 0.96% | - |
| XYZ | 47.05 | 31.38 | 27.62 | - |
| YUV | 150.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 106 | 138 | 0 | 0.57 | 0.43 | 0.04 | 346.09 | 0.86 | 0.69 |
| Hex | F4 | 6A | 8A | 0 | 39 | 2B | 4 | 15A | 56 | 45 |
| Octal | 364 | 152 | 212 | 0 | 71 | 53 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101010 | 10001010 | 0 | 111001 | 101011 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46A8A
Complementary color
Monochromatic Colors of #F46A8A
Black with #F46A8A
Text Example
Text Example
White with #F46A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46A8A; }
p { color: rgb(244,106,138); }
H1.HeaderClassName
{
color: #F46A8A;
}
.AnyTagClassName
{
color: #F46A8A;
}
</style>
background-color css
<style>
a { background-color: #F46A8A; }
a { background-color: rgb(244,106,138); }
div.DivClassName
{
background-color: #F46A8A;
}
.BgClassName
{
background-color: #F46A8A;
}
</style>
border-color css
<style>
span { border-color: #F46A8A; }
span { border-color: rgb(244,106,138); }
td.TdClassName
{
border-color: #F46A8A;
}
.TagClassName
{
border-color: #F46A8A;
}
</style>