Shades of Brink Pink #F1607E
Tints of Brink Pink #F1607E
RGB
CMYK
RGB Variations
Color information
#F1607E (or 0xF1607E) is known color: Brink Pink. HEX triplet: F1, 60 and 7E. RGB value is (241,96,126). Sum of RGB (Red+Green+Blue) = 241+96+126=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1607E is #0E9F81. Grayscale: #8E8E8E. Windows color (decimal): -958338 or 8282353. OLE color: 8282353.
HSL color Cylindrical-coordinate representation of color #F1607E: hue angle of 347.59º 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 #F1607E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 126 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.05 |
| HSL | 347.59º | 0.84% | 0.66% | - |
| HSV(B) | 347.59º | 0.6% | 0.95% | - |
| XYZ | 44.22 | 28.57 | 22.92 | - |
| YUV | 142.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 126 | 0 | 0.60 | 0.48 | 0.05 | 347.59 | 0.84 | 0.66 |
| Hex | F1 | 60 | 7E | 0 | 3C | 30 | 5 | 15C | 54 | 42 |
| Octal | 361 | 140 | 176 | 0 | 74 | 60 | 5 | 534 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1111110 | 0 | 111100 | 110000 | 101 | 101011100 | 1010100 | 1000010 |
Color Harmonies of #F1607E
Complementary color
Monochromatic Colors of #F1607E
Black with #F1607E
Text Example
Text Example
White with #F1607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1607E; }
p { color: rgb(241,96,126); }
H1.HeaderClassName
{
color: #F1607E;
}
.AnyTagClassName
{
color: #F1607E;
}
</style>
background-color css
<style>
a { background-color: #F1607E; }
a { background-color: rgb(241,96,126); }
div.DivClassName
{
background-color: #F1607E;
}
.BgClassName
{
background-color: #F1607E;
}
</style>
border-color css
<style>
span { border-color: #F1607E; }
span { border-color: rgb(241,96,126); }
td.TdClassName
{
border-color: #F1607E;
}
.TagClassName
{
border-color: #F1607E;
}
</style>