Shades of Brink Pink #F1667D
Tints of Brink Pink #F1667D
RGB
CMYK
RGB Variations
Color information
#F1667D (or 0xF1667D) is known color: Brink Pink. HEX triplet: F1, 66 and 7D. RGB value is (241,102,125). Sum of RGB (Red+Green+Blue) = 241+102+125=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1667D is #0E9982. Grayscale: #929292. Windows color (decimal): -956803 or 8218353. OLE color: 8218353.
HSL color Cylindrical-coordinate representation of color #F1667D: hue angle of 350.07º 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 #F1667D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 125 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.05 |
| HSL | 350.07º | 0.83% | 0.67% | - |
| HSV(B) | 350.07º | 0.58% | 0.95% | - |
| XYZ | 44.73 | 29.68 | 22.77 | - |
| YUV | 146.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 125 | 0 | 0.58 | 0.48 | 0.05 | 350.07 | 0.83 | 0.67 |
| Hex | F1 | 66 | 7D | 0 | 3A | 30 | 5 | 15E | 53 | 43 |
| Octal | 361 | 146 | 175 | 0 | 72 | 60 | 5 | 536 | 123 | 103 |
| Binary | 11110001 | 1100110 | 1111101 | 0 | 111010 | 110000 | 101 | 101011110 | 1010011 | 1000011 |
Color Harmonies of #F1667D
Complementary color
Monochromatic Colors of #F1667D
Black with #F1667D
Text Example
Text Example
White with #F1667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1667D; }
p { color: rgb(241,102,125); }
H1.HeaderClassName
{
color: #F1667D;
}
.AnyTagClassName
{
color: #F1667D;
}
</style>
background-color css
<style>
a { background-color: #F1667D; }
a { background-color: rgb(241,102,125); }
div.DivClassName
{
background-color: #F1667D;
}
.BgClassName
{
background-color: #F1667D;
}
</style>
border-color css
<style>
span { border-color: #F1667D; }
span { border-color: rgb(241,102,125); }
td.TdClassName
{
border-color: #F1667D;
}
.TagClassName
{
border-color: #F1667D;
}
</style>