Shades of Brink Pink #F5658B
Tints of Brink Pink #F5658B
RGB
CMYK
RGB Variations
Color information
#F5658B (or 0xF5658B) is known color: Brink Pink. HEX triplet: F5, 65 and 8B. RGB value is (245,101,139). Sum of RGB (Red+Green+Blue) = 245+101+139=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658B is #0A9A74. Grayscale: #949494. Windows color (decimal): -694901 or 9135605. OLE color: 9135605.
HSL color Cylindrical-coordinate representation of color #F5658B: hue angle of 344.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5658B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 139 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.04 |
| HSL | 344.17º | 0.88% | 0.68% | - |
| HSV(B) | 344.17º | 0.59% | 0.96% | - |
| XYZ | 46.97 | 30.58 | 27.85 | - |
| YUV | 148.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 139 | 0 | 0.59 | 0.43 | 0.04 | 344.17 | 0.88 | 0.68 |
| Hex | F5 | 65 | 8B | 0 | 3B | 2B | 4 | 158 | 58 | 44 |
| Octal | 365 | 145 | 213 | 0 | 73 | 53 | 4 | 530 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10001011 | 0 | 111011 | 101011 | 100 | 101011000 | 1011000 | 1000100 |
Color Harmonies of #F5658B
Complementary color
Monochromatic Colors of #F5658B
Black with #F5658B
Text Example
Text Example
White with #F5658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5658B; }
p { color: rgb(245,101,139); }
H1.HeaderClassName
{
color: #F5658B;
}
.AnyTagClassName
{
color: #F5658B;
}
</style>
background-color css
<style>
a { background-color: #F5658B; }
a { background-color: rgb(245,101,139); }
div.DivClassName
{
background-color: #F5658B;
}
.BgClassName
{
background-color: #F5658B;
}
</style>
border-color css
<style>
span { border-color: #F5658B; }
span { border-color: rgb(245,101,139); }
td.TdClassName
{
border-color: #F5658B;
}
.TagClassName
{
border-color: #F5658B;
}
</style>