Shades of Brink Pink #F1628A
Tints of Brink Pink #F1628A
RGB
CMYK
RGB Variations
Color information
#F1628A (or 0xF1628A) is known color: Brink Pink. HEX triplet: F1, 62 and 8A. RGB value is (241,98,138). Sum of RGB (Red+Green+Blue) = 241+98+138=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1628A is #0E9D75. Grayscale: #919191. Windows color (decimal): -957814 or 9069297. OLE color: 9069297.
HSL color Cylindrical-coordinate representation of color #F1628A: hue angle of 343.22º 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 #F1628A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 138 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.05 |
| HSL | 343.22º | 0.84% | 0.66% | - |
| HSV(B) | 343.22º | 0.59% | 0.95% | - |
| XYZ | 45.23 | 29.27 | 27.31 | - |
| YUV | 145.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 138 | 0 | 0.59 | 0.43 | 0.05 | 343.22 | 0.84 | 0.66 |
| Hex | F1 | 62 | 8A | 0 | 3B | 2B | 5 | 157 | 54 | 42 |
| Octal | 361 | 142 | 212 | 0 | 73 | 53 | 5 | 527 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10001010 | 0 | 111011 | 101011 | 101 | 101010111 | 1010100 | 1000010 |
Color Harmonies of #F1628A
Complementary color
Monochromatic Colors of #F1628A
Black with #F1628A
Text Example
Text Example
White with #F1628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1628A; }
p { color: rgb(241,98,138); }
H1.HeaderClassName
{
color: #F1628A;
}
.AnyTagClassName
{
color: #F1628A;
}
</style>
background-color css
<style>
a { background-color: #F1628A; }
a { background-color: rgb(241,98,138); }
div.DivClassName
{
background-color: #F1628A;
}
.BgClassName
{
background-color: #F1628A;
}
</style>
border-color css
<style>
span { border-color: #F1628A; }
span { border-color: rgb(241,98,138); }
td.TdClassName
{
border-color: #F1628A;
}
.TagClassName
{
border-color: #F1628A;
}
</style>