Shades of Brink Pink #F26E83
Tints of Brink Pink #F26E83
RGB
CMYK
RGB Variations
Color information
#F26E83 (or 0xF26E83) is known color: Brink Pink. HEX triplet: F2, 6E and 83. RGB value is (242,110,131). Sum of RGB (Red+Green+Blue) = 242+110+131=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26E83 is #0D917C. Grayscale: #979797. Windows color (decimal): -889213 or 8613618. OLE color: 8613618.
HSL color Cylindrical-coordinate representation of color #F26E83: hue angle of 350.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26E83 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 131 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.05 |
| HSL | 350.45º | 0.84% | 0.69% | - |
| HSV(B) | 350.45º | 0.55% | 0.95% | - |
| XYZ | 46.29 | 31.67 | 25.15 | - |
| YUV | 151.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 131 | 0 | 0.55 | 0.46 | 0.05 | 350.45 | 0.84 | 0.69 |
| Hex | F2 | 6E | 83 | 0 | 37 | 2E | 5 | 15E | 54 | 45 |
| Octal | 362 | 156 | 203 | 0 | 67 | 56 | 5 | 536 | 124 | 105 |
| Binary | 11110010 | 1101110 | 10000011 | 0 | 110111 | 101110 | 101 | 101011110 | 1010100 | 1000101 |
Color Harmonies of #F26E83
Complementary color
Monochromatic Colors of #F26E83
Black with #F26E83
Text Example
Text Example
White with #F26E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E83; }
p { color: rgb(242,110,131); }
H1.HeaderClassName
{
color: #F26E83;
}
.AnyTagClassName
{
color: #F26E83;
}
</style>
background-color css
<style>
a { background-color: #F26E83; }
a { background-color: rgb(242,110,131); }
div.DivClassName
{
background-color: #F26E83;
}
.BgClassName
{
background-color: #F26E83;
}
</style>
border-color css
<style>
span { border-color: #F26E83; }
span { border-color: rgb(242,110,131); }
td.TdClassName
{
border-color: #F26E83;
}
.TagClassName
{
border-color: #F26E83;
}
</style>