Shades of Brink Pink #F56381
Tints of Brink Pink #F56381
RGB
CMYK
RGB Variations
Color information
#F56381 (or 0xF56381) is known color: Brink Pink. HEX triplet: F5, 63 and 81. RGB value is (245,99,129). Sum of RGB (Red+Green+Blue) = 245+99+129=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F56381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56381 is #0A9C7E. Grayscale: #929292. Windows color (decimal): -695423 or 8479733. OLE color: 8479733.
HSL color Cylindrical-coordinate representation of color #F56381: hue angle of 347.67º 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 #F56381 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 129 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.04 |
| HSL | 347.67º | 0.88% | 0.67% | - |
| HSV(B) | 347.67º | 0.6% | 0.96% | - |
| XYZ | 46.08 | 29.92 | 24.12 | - |
| YUV | 146.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 129 | 0 | 0.60 | 0.47 | 0.04 | 347.67 | 0.88 | 0.67 |
| Hex | F5 | 63 | 81 | 0 | 3C | 2F | 4 | 15C | 58 | 43 |
| Octal | 365 | 143 | 201 | 0 | 74 | 57 | 4 | 534 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10000001 | 0 | 111100 | 101111 | 100 | 101011100 | 1011000 | 1000011 |
Color Harmonies of #F56381
Complementary color
Monochromatic Colors of #F56381
Black with #F56381
Text Example
Text Example
White with #F56381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56381; }
p { color: rgb(245,99,129); }
H1.HeaderClassName
{
color: #F56381;
}
.AnyTagClassName
{
color: #F56381;
}
</style>
background-color css
<style>
a { background-color: #F56381; }
a { background-color: rgb(245,99,129); }
div.DivClassName
{
background-color: #F56381;
}
.BgClassName
{
background-color: #F56381;
}
</style>
border-color css
<style>
span { border-color: #F56381; }
span { border-color: rgb(245,99,129); }
td.TdClassName
{
border-color: #F56381;
}
.TagClassName
{
border-color: #F56381;
}
</style>