Shades of Brink Pink #F45A7F
Tints of Brink Pink #F45A7F
RGB
CMYK
RGB Variations
Color information
#F45A7F (or 0xF45A7F) is known color: Brink Pink. HEX triplet: F4, 5A and 7F. RGB value is (244,90,127). Sum of RGB (Red+Green+Blue) = 244+90+127=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A7F is #0BA580. Grayscale: #8C8C8C. Windows color (decimal): -763265 or 8346356. OLE color: 8346356.
HSL color Cylindrical-coordinate representation of color #F45A7F: hue angle of 345.58º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45A7F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 127 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.04 |
| HSL | 345.58º | 0.88% | 0.65% | - |
| HSV(B) | 345.58º | 0.63% | 0.96% | - |
| XYZ | 44.8 | 28.08 | 23.14 | - |
| YUV | 140.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 127 | 0 | 0.63 | 0.48 | 0.04 | 345.58 | 0.88 | 0.65 |
| Hex | F4 | 5A | 7F | 0 | 3F | 30 | 4 | 15A | 58 | 41 |
| Octal | 364 | 132 | 177 | 0 | 77 | 60 | 4 | 532 | 130 | 101 |
| Binary | 11110100 | 1011010 | 1111111 | 0 | 111111 | 110000 | 100 | 101011010 | 1011000 | 1000001 |
Color Harmonies of #F45A7F
Complementary color
Monochromatic Colors of #F45A7F
Black with #F45A7F
Text Example
Text Example
White with #F45A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A7F; }
p { color: rgb(244,90,127); }
H1.HeaderClassName
{
color: #F45A7F;
}
.AnyTagClassName
{
color: #F45A7F;
}
</style>
background-color css
<style>
a { background-color: #F45A7F; }
a { background-color: rgb(244,90,127); }
div.DivClassName
{
background-color: #F45A7F;
}
.BgClassName
{
background-color: #F45A7F;
}
</style>
border-color css
<style>
span { border-color: #F45A7F; }
span { border-color: rgb(244,90,127); }
td.TdClassName
{
border-color: #F45A7F;
}
.TagClassName
{
border-color: #F45A7F;
}
</style>