Shades of Brink Pink #F1667A
Tints of Brink Pink #F1667A
RGB
CMYK
RGB Variations
Color information
#F1667A (or 0xF1667A) is known color: Brink Pink. HEX triplet: F1, 66 and 7A. RGB value is (241,102,122). Sum of RGB (Red+Green+Blue) = 241+102+122=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1667A is #0E9985. Grayscale: #919191. Windows color (decimal): -956806 or 8021745. OLE color: 8021745.
HSL color Cylindrical-coordinate representation of color #F1667A: hue angle of 351.37º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1667A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 122 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.05 |
| HSL | 351.37º | 0.83% | 0.67% | - |
| HSV(B) | 351.37º | 0.58% | 0.95% | - |
| XYZ | 44.54 | 29.61 | 21.78 | - |
| YUV | 145.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 122 | 0 | 0.58 | 0.49 | 0.05 | 351.37 | 0.83 | 0.67 |
| Hex | F1 | 66 | 7A | 0 | 3A | 31 | 5 | 15F | 53 | 43 |
| Octal | 361 | 146 | 172 | 0 | 72 | 61 | 5 | 537 | 123 | 103 |
| Binary | 11110001 | 1100110 | 1111010 | 0 | 111010 | 110001 | 101 | 101011111 | 1010011 | 1000011 |
Color Harmonies of #F1667A
Complementary color
Monochromatic Colors of #F1667A
Black with #F1667A
Text Example
Text Example
White with #F1667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1667A; }
p { color: rgb(241,102,122); }
H1.HeaderClassName
{
color: #F1667A;
}
.AnyTagClassName
{
color: #F1667A;
}
</style>
background-color css
<style>
a { background-color: #F1667A; }
a { background-color: rgb(241,102,122); }
div.DivClassName
{
background-color: #F1667A;
}
.BgClassName
{
background-color: #F1667A;
}
</style>
border-color css
<style>
span { border-color: #F1667A; }
span { border-color: rgb(241,102,122); }
td.TdClassName
{
border-color: #F1667A;
}
.TagClassName
{
border-color: #F1667A;
}
</style>