Shades of Brink Pink #F45881
Tints of Brink Pink #F45881
RGB
CMYK
RGB Variations
Color information
#F45881 (or 0xF45881) is known color: Brink Pink. HEX triplet: F4, 58 and 81. RGB value is (244,88,129). Sum of RGB (Red+Green+Blue) = 244+88+129=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45881 is #0BA77E. Grayscale: #8B8B8B. Windows color (decimal): -763775 or 8476916. OLE color: 8476916.
HSL color Cylindrical-coordinate representation of color #F45881: hue angle of 344.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45881 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 129 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.04 |
| HSL | 344.23º | 0.88% | 0.65% | - |
| HSV(B) | 344.23º | 0.64% | 0.96% | - |
| XYZ | 44.76 | 27.8 | 23.78 | - |
| YUV | 139.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 129 | 0 | 0.64 | 0.47 | 0.04 | 344.23 | 0.88 | 0.65 |
| Hex | F4 | 58 | 81 | 0 | 40 | 2F | 4 | 158 | 58 | 41 |
| Octal | 364 | 130 | 201 | 0 | 100 | 57 | 4 | 530 | 130 | 101 |
| Binary | 11110100 | 1011000 | 10000001 | 0 | 1000000 | 101111 | 100 | 101011000 | 1011000 | 1000001 |
Color Harmonies of #F45881
Complementary color
Monochromatic Colors of #F45881
Black with #F45881
Text Example
Text Example
White with #F45881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45881; }
p { color: rgb(244,88,129); }
H1.HeaderClassName
{
color: #F45881;
}
.AnyTagClassName
{
color: #F45881;
}
</style>
background-color css
<style>
a { background-color: #F45881; }
a { background-color: rgb(244,88,129); }
div.DivClassName
{
background-color: #F45881;
}
.BgClassName
{
background-color: #F45881;
}
</style>
border-color css
<style>
span { border-color: #F45881; }
span { border-color: rgb(244,88,129); }
td.TdClassName
{
border-color: #F45881;
}
.TagClassName
{
border-color: #F45881;
}
</style>