Shades of Brink Pink #F1647D
Tints of Brink Pink #F1647D
RGB
CMYK
RGB Variations
Color information
#F1647D (or 0xF1647D) is known color: Brink Pink. HEX triplet: F1, 64 and 7D. RGB value is (241,100,125). Sum of RGB (Red+Green+Blue) = 241+100+125=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1647D is #0E9B82. Grayscale: #919191. Windows color (decimal): -957315 or 8217841. OLE color: 8217841.
HSL color Cylindrical-coordinate representation of color #F1647D: hue angle of 349.36º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1647D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 125 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.05 |
| HSL | 349.36º | 0.83% | 0.67% | - |
| HSV(B) | 349.36º | 0.59% | 0.95% | - |
| XYZ | 44.53 | 29.3 | 22.71 | - |
| YUV | 145.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 125 | 0 | 0.59 | 0.48 | 0.05 | 349.36 | 0.83 | 0.67 |
| Hex | F1 | 64 | 7D | 0 | 3B | 30 | 5 | 15D | 53 | 43 |
| Octal | 361 | 144 | 175 | 0 | 73 | 60 | 5 | 535 | 123 | 103 |
| Binary | 11110001 | 1100100 | 1111101 | 0 | 111011 | 110000 | 101 | 101011101 | 1010011 | 1000011 |
Color Harmonies of #F1647D
Complementary color
Monochromatic Colors of #F1647D
Black with #F1647D
Text Example
Text Example
White with #F1647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1647D; }
p { color: rgb(241,100,125); }
H1.HeaderClassName
{
color: #F1647D;
}
.AnyTagClassName
{
color: #F1647D;
}
</style>
background-color css
<style>
a { background-color: #F1647D; }
a { background-color: rgb(241,100,125); }
div.DivClassName
{
background-color: #F1647D;
}
.BgClassName
{
background-color: #F1647D;
}
</style>
border-color css
<style>
span { border-color: #F1647D; }
span { border-color: rgb(241,100,125); }
td.TdClassName
{
border-color: #F1647D;
}
.TagClassName
{
border-color: #F1647D;
}
</style>