Shades of Brink Pink #F1627D
Tints of Brink Pink #F1627D
RGB
CMYK
RGB Variations
Color information
#F1627D (or 0xF1627D) is known color: Brink Pink. HEX triplet: F1, 62 and 7D. RGB value is (241,98,125). Sum of RGB (Red+Green+Blue) = 241+98+125=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1627D is #0E9D82. Grayscale: #8F8F8F. Windows color (decimal): -957827 or 8217329. OLE color: 8217329.
HSL color Cylindrical-coordinate representation of color #F1627D: hue angle of 348.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1627D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 125 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.05 |
| HSL | 348.67º | 0.84% | 0.66% | - |
| HSV(B) | 348.67º | 0.59% | 0.95% | - |
| XYZ | 44.34 | 28.92 | 22.65 | - |
| YUV | 143.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 125 | 0 | 0.59 | 0.48 | 0.05 | 348.67 | 0.84 | 0.66 |
| Hex | F1 | 62 | 7D | 0 | 3B | 30 | 5 | 15D | 54 | 42 |
| Octal | 361 | 142 | 175 | 0 | 73 | 60 | 5 | 535 | 124 | 102 |
| Binary | 11110001 | 1100010 | 1111101 | 0 | 111011 | 110000 | 101 | 101011101 | 1010100 | 1000010 |
Color Harmonies of #F1627D
Complementary color
Monochromatic Colors of #F1627D
Black with #F1627D
Text Example
Text Example
White with #F1627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1627D; }
p { color: rgb(241,98,125); }
H1.HeaderClassName
{
color: #F1627D;
}
.AnyTagClassName
{
color: #F1627D;
}
</style>
background-color css
<style>
a { background-color: #F1627D; }
a { background-color: rgb(241,98,125); }
div.DivClassName
{
background-color: #F1627D;
}
.BgClassName
{
background-color: #F1627D;
}
</style>
border-color css
<style>
span { border-color: #F1627D; }
span { border-color: rgb(241,98,125); }
td.TdClassName
{
border-color: #F1627D;
}
.TagClassName
{
border-color: #F1627D;
}
</style>