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