Shades of Brink Pink #F56280
Tints of Brink Pink #F56280
RGB
CMYK
RGB Variations
Color information
#F56280 (or 0xF56280) is known color: Brink Pink. HEX triplet: F5, 62 and 80. RGB value is (245,98,128). Sum of RGB (Red+Green+Blue) = 245+98+128=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F56280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56280 is #0A9D7F. Grayscale: #919191. Windows color (decimal): -695680 or 8413941. OLE color: 8413941.
HSL color Cylindrical-coordinate representation of color #F56280: hue angle of 347.76º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56280 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 128 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.04 |
| HSL | 347.76º | 0.88% | 0.67% | - |
| HSV(B) | 347.76º | 0.6% | 0.96% | - |
| XYZ | 45.92 | 29.71 | 23.74 | - |
| YUV | 145.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 128 | 0 | 0.6 | 0.48 | 0.04 | 347.76 | 0.88 | 0.67 |
| Hex | F5 | 62 | 80 | 0 | 3C | 30 | 4 | 15C | 58 | 43 |
| Octal | 365 | 142 | 200 | 0 | 74 | 60 | 4 | 534 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10000000 | 0 | 111100 | 110000 | 100 | 101011100 | 1011000 | 1000011 |
Color Harmonies of #F56280
Complementary color
Monochromatic Colors of #F56280
Black with #F56280
Text Example
Text Example
White with #F56280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56280; }
p { color: rgb(245,98,128); }
H1.HeaderClassName
{
color: #F56280;
}
.AnyTagClassName
{
color: #F56280;
}
</style>
background-color css
<style>
a { background-color: #F56280; }
a { background-color: rgb(245,98,128); }
div.DivClassName
{
background-color: #F56280;
}
.BgClassName
{
background-color: #F56280;
}
</style>
border-color css
<style>
span { border-color: #F56280; }
span { border-color: rgb(245,98,128); }
td.TdClassName
{
border-color: #F56280;
}
.TagClassName
{
border-color: #F56280;
}
</style>