Shades of Brink Pink #F1607D
Tints of Brink Pink #F1607D
RGB
CMYK
RGB Variations
Color information
#F1607D (or 0xF1607D) is known color: Brink Pink. HEX triplet: F1, 60 and 7D. RGB value is (241,96,125). Sum of RGB (Red+Green+Blue) = 241+96+125=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607D is #0E9F82. Grayscale: #8E8E8E. Windows color (decimal): -958339 or 8216817. OLE color: 8216817.
HSL color Cylindrical-coordinate representation of color #F1607D: hue angle of 348º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1607D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 125 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 348º | 0.84% | 0.66% | - |
| HSV(B) | 348º | 0.6% | 0.95% | - |
| XYZ | 44.16 | 28.55 | 22.58 | - |
| YUV | 142.66 | 118.04 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 125 | 0 | 0.60 | 0.48 | 0.05 | 348 | 0.84 | 0.66 |
| Hex | F1 | 60 | 7D | 0 | 3C | 30 | 5 | 15C | 54 | 42 |
| Octal | 361 | 140 | 175 | 0 | 74 | 60 | 5 | 534 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1111101 | 0 | 111100 | 110000 | 101 | 101011100 | 1010100 | 1000010 |
Color Harmonies of #F1607D
Complementary color
Monochromatic Colors of #F1607D
Black with #F1607D
Text Example
Text Example
White with #F1607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1607D; }
p { color: rgb(241,96,125); }
H1.HeaderClassName
{
color: #F1607D;
}
.AnyTagClassName
{
color: #F1607D;
}
</style>
background-color css
<style>
a { background-color: #F1607D; }
a { background-color: rgb(241,96,125); }
div.DivClassName
{
background-color: #F1607D;
}
.BgClassName
{
background-color: #F1607D;
}
</style>
border-color css
<style>
span { border-color: #F1607D; }
span { border-color: rgb(241,96,125); }
td.TdClassName
{
border-color: #F1607D;
}
.TagClassName
{
border-color: #F1607D;
}
</style>