Shades of Brink Pink #F26880
Tints of Brink Pink #F26880
RGB
CMYK
RGB Variations
Color information
#F26880 (or 0xF26880) is known color: Brink Pink. HEX triplet: F2, 68 and 80. RGB value is (242,104,128). Sum of RGB (Red+Green+Blue) = 242+104+128=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F26880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26880 is #0D977F. Grayscale: #949494. Windows color (decimal): -890752 or 8415474. OLE color: 8415474.
HSL color Cylindrical-coordinate representation of color #F26880: hue angle of 349.57º 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 #F26880 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 128 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.05 |
| HSL | 349.57º | 0.84% | 0.68% | - |
| HSV(B) | 349.57º | 0.57% | 0.95% | - |
| XYZ | 45.46 | 30.34 | 23.88 | - |
| YUV | 148 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 128 | 0 | 0.57 | 0.47 | 0.05 | 349.57 | 0.84 | 0.68 |
| Hex | F2 | 68 | 80 | 0 | 39 | 2F | 5 | 15E | 54 | 44 |
| Octal | 362 | 150 | 200 | 0 | 71 | 57 | 5 | 536 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10000000 | 0 | 111001 | 101111 | 101 | 101011110 | 1010100 | 1000100 |
Color Harmonies of #F26880
Complementary color
Monochromatic Colors of #F26880
Black with #F26880
Text Example
Text Example
White with #F26880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26880; }
p { color: rgb(242,104,128); }
H1.HeaderClassName
{
color: #F26880;
}
.AnyTagClassName
{
color: #F26880;
}
</style>
background-color css
<style>
a { background-color: #F26880; }
a { background-color: rgb(242,104,128); }
div.DivClassName
{
background-color: #F26880;
}
.BgClassName
{
background-color: #F26880;
}
</style>
border-color css
<style>
span { border-color: #F26880; }
span { border-color: rgb(242,104,128); }
td.TdClassName
{
border-color: #F26880;
}
.TagClassName
{
border-color: #F26880;
}
</style>