Shades of Brink Pink #F46490
Tints of Brink Pink #F46490
RGB
CMYK
RGB Variations
Color information
#F46490 (or 0xF46490) is known color: Brink Pink. HEX triplet: F4, 64 and 90. RGB value is (244,100,144). Sum of RGB (Red+Green+Blue) = 244+100+144=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F46490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46490 is #0B9B6F. Grayscale: #949494. Windows color (decimal): -760688 or 9463028. OLE color: 9463028.
HSL color Cylindrical-coordinate representation of color #F46490: hue angle of 341.67º 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 #F46490 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 144 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.04 |
| HSL | 341.67º | 0.87% | 0.67% | - |
| HSV(B) | 341.67º | 0.59% | 0.96% | - |
| XYZ | 46.9 | 30.36 | 29.77 | - |
| YUV | 148.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 144 | 0 | 0.59 | 0.41 | 0.04 | 341.67 | 0.87 | 0.67 |
| Hex | F4 | 64 | 90 | 0 | 3B | 29 | 4 | 156 | 57 | 43 |
| Octal | 364 | 144 | 220 | 0 | 73 | 51 | 4 | 526 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10010000 | 0 | 111011 | 101001 | 100 | 101010110 | 1010111 | 1000011 |
Color Harmonies of #F46490
Complementary color
Monochromatic Colors of #F46490
Black with #F46490
Text Example
Text Example
White with #F46490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46490; }
p { color: rgb(244,100,144); }
H1.HeaderClassName
{
color: #F46490;
}
.AnyTagClassName
{
color: #F46490;
}
</style>
background-color css
<style>
a { background-color: #F46490; }
a { background-color: rgb(244,100,144); }
div.DivClassName
{
background-color: #F46490;
}
.BgClassName
{
background-color: #F46490;
}
</style>
border-color css
<style>
span { border-color: #F46490; }
span { border-color: rgb(244,100,144); }
td.TdClassName
{
border-color: #F46490;
}
.TagClassName
{
border-color: #F46490;
}
</style>