Shades of Brink Pink #F5667F
Tints of Brink Pink #F5667F
RGB
CMYK
RGB Variations
Color information
#F5667F (or 0xF5667F) is known color: Brink Pink. HEX triplet: F5, 66 and 7F. RGB value is (245,102,127). Sum of RGB (Red+Green+Blue) = 245+102+127=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5667F is #0A9980. Grayscale: #939393. Windows color (decimal): -694657 or 8349429. OLE color: 8349429.
HSL color Cylindrical-coordinate representation of color #F5667F: hue angle of 349.51º 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 #F5667F is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 127 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.04 |
| HSL | 349.51º | 0.88% | 0.68% | - |
| HSV(B) | 349.51º | 0.58% | 0.96% | - |
| XYZ | 46.24 | 30.45 | 23.52 | - |
| YUV | 147.61 | 116.38 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 127 | 0 | 0.58 | 0.48 | 0.04 | 349.51 | 0.88 | 0.68 |
| Hex | F5 | 66 | 7F | 0 | 3A | 30 | 4 | 15E | 58 | 44 |
| Octal | 365 | 146 | 177 | 0 | 72 | 60 | 4 | 536 | 130 | 104 |
| Binary | 11110101 | 1100110 | 1111111 | 0 | 111010 | 110000 | 100 | 101011110 | 1011000 | 1000100 |
Color Harmonies of #F5667F
Complementary color
Monochromatic Colors of #F5667F
Black with #F5667F
Text Example
Text Example
White with #F5667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5667F; }
p { color: rgb(245,102,127); }
H1.HeaderClassName
{
color: #F5667F;
}
.AnyTagClassName
{
color: #F5667F;
}
</style>
background-color css
<style>
a { background-color: #F5667F; }
a { background-color: rgb(245,102,127); }
div.DivClassName
{
background-color: #F5667F;
}
.BgClassName
{
background-color: #F5667F;
}
</style>
border-color css
<style>
span { border-color: #F5667F; }
span { border-color: rgb(245,102,127); }
td.TdClassName
{
border-color: #F5667F;
}
.TagClassName
{
border-color: #F5667F;
}
</style>