Shades of Brink Pink #F5658F
Tints of Brink Pink #F5658F
RGB
CMYK
RGB Variations
Color information
#F5658F (or 0xF5658F) is known color: Brink Pink. HEX triplet: F5, 65 and 8F. RGB value is (245,101,143). Sum of RGB (Red+Green+Blue) = 245+101+143=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658F is #0A9A70. Grayscale: #949494. Windows color (decimal): -694897 or 9397749. OLE color: 9397749.
HSL color Cylindrical-coordinate representation of color #F5658F: hue angle of 342.5º 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 #F5658F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 143 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.04 |
| HSL | 342.5º | 0.88% | 0.68% | - |
| HSV(B) | 342.5º | 0.59% | 0.96% | - |
| XYZ | 47.27 | 30.7 | 29.42 | - |
| YUV | 148.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 143 | 0 | 0.59 | 0.42 | 0.04 | 342.5 | 0.88 | 0.68 |
| Hex | F5 | 65 | 8F | 0 | 3B | 2A | 4 | 156 | 58 | 44 |
| Octal | 365 | 145 | 217 | 0 | 73 | 52 | 4 | 526 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10001111 | 0 | 111011 | 101010 | 100 | 101010110 | 1011000 | 1000100 |
Color Harmonies of #F5658F
Complementary color
Monochromatic Colors of #F5658F
Black with #F5658F
Text Example
Text Example
White with #F5658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5658F; }
p { color: rgb(245,101,143); }
H1.HeaderClassName
{
color: #F5658F;
}
.AnyTagClassName
{
color: #F5658F;
}
</style>
background-color css
<style>
a { background-color: #F5658F; }
a { background-color: rgb(245,101,143); }
div.DivClassName
{
background-color: #F5658F;
}
.BgClassName
{
background-color: #F5658F;
}
</style>
border-color css
<style>
span { border-color: #F5658F; }
span { border-color: rgb(245,101,143); }
td.TdClassName
{
border-color: #F5658F;
}
.TagClassName
{
border-color: #F5658F;
}
</style>