Shades of Brink Pink #F45C7F
Tints of Brink Pink #F45C7F
RGB
CMYK
RGB Variations
Color information
#F45C7F (or 0xF45C7F) is known color: Brink Pink. HEX triplet: F4, 5C and 7F. RGB value is (244,92,127). Sum of RGB (Red+Green+Blue) = 244+92+127=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45C7F is #0BA380. Grayscale: #8D8D8D. Windows color (decimal): -762753 or 8346868. OLE color: 8346868.
HSL color Cylindrical-coordinate representation of color #F45C7F: hue angle of 346.18º 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 #F45C7F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 127 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.04 |
| HSL | 346.18º | 0.87% | 0.66% | - |
| HSV(B) | 346.18º | 0.62% | 0.96% | - |
| XYZ | 44.97 | 28.42 | 23.19 | - |
| YUV | 141.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 127 | 0 | 0.62 | 0.48 | 0.04 | 346.18 | 0.87 | 0.66 |
| Hex | F4 | 5C | 7F | 0 | 3E | 30 | 4 | 15A | 57 | 42 |
| Octal | 364 | 134 | 177 | 0 | 76 | 60 | 4 | 532 | 127 | 102 |
| Binary | 11110100 | 1011100 | 1111111 | 0 | 111110 | 110000 | 100 | 101011010 | 1010111 | 1000010 |
Color Harmonies of #F45C7F
Complementary color
Monochromatic Colors of #F45C7F
Black with #F45C7F
Text Example
Text Example
White with #F45C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C7F; }
p { color: rgb(244,92,127); }
H1.HeaderClassName
{
color: #F45C7F;
}
.AnyTagClassName
{
color: #F45C7F;
}
</style>
background-color css
<style>
a { background-color: #F45C7F; }
a { background-color: rgb(244,92,127); }
div.DivClassName
{
background-color: #F45C7F;
}
.BgClassName
{
background-color: #F45C7F;
}
</style>
border-color css
<style>
span { border-color: #F45C7F; }
span { border-color: rgb(244,92,127); }
td.TdClassName
{
border-color: #F45C7F;
}
.TagClassName
{
border-color: #F45C7F;
}
</style>