Shades of Brink Pink #F26884
Tints of Brink Pink #F26884
RGB
CMYK
RGB Variations
Color information
#F26884 (or 0xF26884) is known color: Brink Pink. HEX triplet: F2, 68 and 84. RGB value is (242,104,132). Sum of RGB (Red+Green+Blue) = 242+104+132=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F26884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26884 is #0D977B. Grayscale: #949494. Windows color (decimal): -890748 or 8677618. OLE color: 8677618.
HSL color Cylindrical-coordinate representation of color #F26884: hue angle of 347.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26884 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 132 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.05 |
| HSL | 347.83º | 0.84% | 0.68% | - |
| HSV(B) | 347.83º | 0.57% | 0.95% | - |
| XYZ | 45.73 | 30.44 | 25.3 | - |
| YUV | 148.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 132 | 0 | 0.57 | 0.45 | 0.05 | 347.83 | 0.84 | 0.68 |
| Hex | F2 | 68 | 84 | 0 | 39 | 2D | 5 | 15C | 54 | 44 |
| Octal | 362 | 150 | 204 | 0 | 71 | 55 | 5 | 534 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10000100 | 0 | 111001 | 101101 | 101 | 101011100 | 1010100 | 1000100 |
Color Harmonies of #F26884
Complementary color
Monochromatic Colors of #F26884
Black with #F26884
Text Example
Text Example
White with #F26884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26884; }
p { color: rgb(242,104,132); }
H1.HeaderClassName
{
color: #F26884;
}
.AnyTagClassName
{
color: #F26884;
}
</style>
background-color css
<style>
a { background-color: #F26884; }
a { background-color: rgb(242,104,132); }
div.DivClassName
{
background-color: #F26884;
}
.BgClassName
{
background-color: #F26884;
}
</style>
border-color css
<style>
span { border-color: #F26884; }
span { border-color: rgb(242,104,132); }
td.TdClassName
{
border-color: #F26884;
}
.TagClassName
{
border-color: #F26884;
}
</style>