Shades of Brink Pink #F45C7E
Tints of Brink Pink #F45C7E
RGB
CMYK
RGB Variations
Color information
#F45C7E (or 0xF45C7E) is known color: Brink Pink. HEX triplet: F4, 5C and 7E. RGB value is (244,92,126). Sum of RGB (Red+Green+Blue) = 244+92+126=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C7E is #0BA381. Grayscale: #8D8D8D. Windows color (decimal): -762754 or 8281332. OLE color: 8281332.
HSL color Cylindrical-coordinate representation of color #F45C7E: hue angle of 346.58º 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 #F45C7E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 126 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.04 |
| HSL | 346.58º | 0.87% | 0.66% | - |
| HSV(B) | 346.58º | 0.62% | 0.96% | - |
| XYZ | 44.9 | 28.39 | 22.85 | - |
| YUV | 141.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 126 | 0 | 0.62 | 0.48 | 0.04 | 346.58 | 0.87 | 0.66 |
| Hex | F4 | 5C | 7E | 0 | 3E | 30 | 4 | 15B | 57 | 42 |
| Octal | 364 | 134 | 176 | 0 | 76 | 60 | 4 | 533 | 127 | 102 |
| Binary | 11110100 | 1011100 | 1111110 | 0 | 111110 | 110000 | 100 | 101011011 | 1010111 | 1000010 |
Color Harmonies of #F45C7E
Complementary color
Monochromatic Colors of #F45C7E
Black with #F45C7E
Text Example
Text Example
White with #F45C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C7E; }
p { color: rgb(244,92,126); }
H1.HeaderClassName
{
color: #F45C7E;
}
.AnyTagClassName
{
color: #F45C7E;
}
</style>
background-color css
<style>
a { background-color: #F45C7E; }
a { background-color: rgb(244,92,126); }
div.DivClassName
{
background-color: #F45C7E;
}
.BgClassName
{
background-color: #F45C7E;
}
</style>
border-color css
<style>
span { border-color: #F45C7E; }
span { border-color: rgb(244,92,126); }
td.TdClassName
{
border-color: #F45C7E;
}
.TagClassName
{
border-color: #F45C7E;
}
</style>