Shades of Brink Pink #F45D7A
Tints of Brink Pink #F45D7A
RGB
CMYK
RGB Variations
Color information
#F45D7A (or 0xF45D7A) is known color: Brink Pink. HEX triplet: F4, 5D and 7A. RGB value is (244,93,122). Sum of RGB (Red+Green+Blue) = 244+93+122=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45D7A is #0BA285. Grayscale: #8D8D8D. Windows color (decimal): -762502 or 8019444. OLE color: 8019444.
HSL color Cylindrical-coordinate representation of color #F45D7A: hue angle of 348.48º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45D7A is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 122 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.04 |
| HSL | 348.48º | 0.87% | 0.66% | - |
| HSV(B) | 348.48º | 0.62% | 0.96% | - |
| XYZ | 44.74 | 28.47 | 21.55 | - |
| YUV | 141.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 122 | 0 | 0.62 | 0.5 | 0.04 | 348.48 | 0.87 | 0.66 |
| Hex | F4 | 5D | 7A | 0 | 3E | 32 | 4 | 15C | 57 | 42 |
| Octal | 364 | 135 | 172 | 0 | 76 | 62 | 4 | 534 | 127 | 102 |
| Binary | 11110100 | 1011101 | 1111010 | 0 | 111110 | 110010 | 100 | 101011100 | 1010111 | 1000010 |
Color Harmonies of #F45D7A
Complementary color
Monochromatic Colors of #F45D7A
Black with #F45D7A
Text Example
Text Example
White with #F45D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D7A; }
p { color: rgb(244,93,122); }
H1.HeaderClassName
{
color: #F45D7A;
}
.AnyTagClassName
{
color: #F45D7A;
}
</style>
background-color css
<style>
a { background-color: #F45D7A; }
a { background-color: rgb(244,93,122); }
div.DivClassName
{
background-color: #F45D7A;
}
.BgClassName
{
background-color: #F45D7A;
}
</style>
border-color css
<style>
span { border-color: #F45D7A; }
span { border-color: rgb(244,93,122); }
td.TdClassName
{
border-color: #F45D7A;
}
.TagClassName
{
border-color: #F45D7A;
}
</style>