Shades of Brink Pink #F46488
Tints of Brink Pink #F46488
RGB
CMYK
RGB Variations
Color information
#F46488 (or 0xF46488) is known color: Brink Pink. HEX triplet: F4, 64 and 88. RGB value is (244,100,136). Sum of RGB (Red+Green+Blue) = 244+100+136=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F46488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46488 is #0B9B77. Grayscale: #939393. Windows color (decimal): -760696 or 8938740. OLE color: 8938740.
HSL color Cylindrical-coordinate representation of color #F46488: hue angle of 345º 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 #F46488 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 136 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.04 |
| HSL | 345º | 0.87% | 0.67% | - |
| HSV(B) | 345º | 0.59% | 0.96% | - |
| XYZ | 46.31 | 30.13 | 26.67 | - |
| YUV | 147.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 136 | 0 | 0.59 | 0.44 | 0.04 | 345 | 0.87 | 0.67 |
| Hex | F4 | 64 | 88 | 0 | 3B | 2C | 4 | 159 | 57 | 43 |
| Octal | 364 | 144 | 210 | 0 | 73 | 54 | 4 | 531 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10001000 | 0 | 111011 | 101100 | 100 | 101011001 | 1010111 | 1000011 |
Color Harmonies of #F46488
Complementary color
Monochromatic Colors of #F46488
Black with #F46488
Text Example
Text Example
White with #F46488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46488; }
p { color: rgb(244,100,136); }
H1.HeaderClassName
{
color: #F46488;
}
.AnyTagClassName
{
color: #F46488;
}
</style>
background-color css
<style>
a { background-color: #F46488; }
a { background-color: rgb(244,100,136); }
div.DivClassName
{
background-color: #F46488;
}
.BgClassName
{
background-color: #F46488;
}
</style>
border-color css
<style>
span { border-color: #F46488; }
span { border-color: rgb(244,100,136); }
td.TdClassName
{
border-color: #F46488;
}
.TagClassName
{
border-color: #F46488;
}
</style>