Shades of Brink Pink #F5667B
Tints of Brink Pink #F5667B
RGB
CMYK
RGB Variations
Color information
#F5667B (or 0xF5667B) is known color: Brink Pink. HEX triplet: F5, 66 and 7B. RGB value is (245,102,123). Sum of RGB (Red+Green+Blue) = 245+102+123=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5667B is #0A9984. Grayscale: #939393. Windows color (decimal): -694661 or 8087285. OLE color: 8087285.
HSL color Cylindrical-coordinate representation of color #F5667B: hue angle of 351.19º 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 #F5667B is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 123 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.04 |
| HSL | 351.19º | 0.88% | 0.68% | - |
| HSV(B) | 351.19º | 0.58% | 0.96% | - |
| XYZ | 45.98 | 30.35 | 22.17 | - |
| YUV | 147.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 123 | 0 | 0.58 | 0.50 | 0.04 | 351.19 | 0.88 | 0.68 |
| Hex | F5 | 66 | 7B | 0 | 3A | 32 | 4 | 15F | 58 | 44 |
| Octal | 365 | 146 | 173 | 0 | 72 | 62 | 4 | 537 | 130 | 104 |
| Binary | 11110101 | 1100110 | 1111011 | 0 | 111010 | 110010 | 100 | 101011111 | 1011000 | 1000100 |
Color Harmonies of #F5667B
Complementary color
Monochromatic Colors of #F5667B
Black with #F5667B
Text Example
Text Example
White with #F5667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5667B; }
p { color: rgb(245,102,123); }
H1.HeaderClassName
{
color: #F5667B;
}
.AnyTagClassName
{
color: #F5667B;
}
</style>
background-color css
<style>
a { background-color: #F5667B; }
a { background-color: rgb(245,102,123); }
div.DivClassName
{
background-color: #F5667B;
}
.BgClassName
{
background-color: #F5667B;
}
</style>
border-color css
<style>
span { border-color: #F5667B; }
span { border-color: rgb(245,102,123); }
td.TdClassName
{
border-color: #F5667B;
}
.TagClassName
{
border-color: #F5667B;
}
</style>