Shades of Brink Pink #F57282
Tints of Brink Pink #F57282
RGB
CMYK
RGB Variations
Color information
#F57282 (or 0xF57282) is known color: Brink Pink. HEX triplet: F5, 72 and 82. RGB value is (245,114,130). Sum of RGB (Red+Green+Blue) = 245+114+130=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F57282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57282 is #0A8D7D. Grayscale: #9B9B9B. Windows color (decimal): -691582 or 8549109. OLE color: 8549109.
HSL color Cylindrical-coordinate representation of color #F57282: hue angle of 352.67º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57282 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 130 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.04 |
| HSL | 352.67º | 0.87% | 0.7% | - |
| HSV(B) | 352.67º | 0.53% | 0.96% | - |
| XYZ | 47.7 | 33.06 | 24.99 | - |
| YUV | 154.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 130 | 0 | 0.53 | 0.47 | 0.04 | 352.67 | 0.87 | 0.7 |
| Hex | F5 | 72 | 82 | 0 | 35 | 2F | 4 | 161 | 57 | 46 |
| Octal | 365 | 162 | 202 | 0 | 65 | 57 | 4 | 541 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10000010 | 0 | 110101 | 101111 | 100 | 101100001 | 1010111 | 1000110 |
Color Harmonies of #F57282
Complementary color
Monochromatic Colors of #F57282
Black with #F57282
Text Example
Text Example
White with #F57282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57282; }
p { color: rgb(245,114,130); }
H1.HeaderClassName
{
color: #F57282;
}
.AnyTagClassName
{
color: #F57282;
}
</style>
background-color css
<style>
a { background-color: #F57282; }
a { background-color: rgb(245,114,130); }
div.DivClassName
{
background-color: #F57282;
}
.BgClassName
{
background-color: #F57282;
}
</style>
border-color css
<style>
span { border-color: #F57282; }
span { border-color: rgb(245,114,130); }
td.TdClassName
{
border-color: #F57282;
}
.TagClassName
{
border-color: #F57282;
}
</style>