Shades of Brink Pink #F5667C
Tints of Brink Pink #F5667C
RGB
CMYK
RGB Variations
Color information
#F5667C (or 0xF5667C) is known color: Brink Pink. HEX triplet: F5, 66 and 7C. RGB value is (245,102,124). Sum of RGB (Red+Green+Blue) = 245+102+124=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5667C is #0A9983. Grayscale: #939393. Windows color (decimal): -694660 or 8152821. OLE color: 8152821.
HSL color Cylindrical-coordinate representation of color #F5667C: hue angle of 350.77º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5667C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 124 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.04 |
| HSL | 350.77º | 0.88% | 0.68% | - |
| HSV(B) | 350.77º | 0.58% | 0.96% | - |
| XYZ | 46.05 | 30.37 | 22.5 | - |
| YUV | 147.27 | 114.88 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 124 | 0 | 0.58 | 0.49 | 0.04 | 350.77 | 0.88 | 0.68 |
| Hex | F5 | 66 | 7C | 0 | 3A | 31 | 4 | 15F | 58 | 44 |
| Octal | 365 | 146 | 174 | 0 | 72 | 61 | 4 | 537 | 130 | 104 |
| Binary | 11110101 | 1100110 | 1111100 | 0 | 111010 | 110001 | 100 | 101011111 | 1011000 | 1000100 |
Color Harmonies of #F5667C
Complementary color
Monochromatic Colors of #F5667C
Black with #F5667C
Text Example
Text Example
White with #F5667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5667C; }
p { color: rgb(245,102,124); }
H1.HeaderClassName
{
color: #F5667C;
}
.AnyTagClassName
{
color: #F5667C;
}
</style>
background-color css
<style>
a { background-color: #F5667C; }
a { background-color: rgb(245,102,124); }
div.DivClassName
{
background-color: #F5667C;
}
.BgClassName
{
background-color: #F5667C;
}
</style>
border-color css
<style>
span { border-color: #F5667C; }
span { border-color: rgb(245,102,124); }
td.TdClassName
{
border-color: #F5667C;
}
.TagClassName
{
border-color: #F5667C;
}
</style>