Shades of Brink Pink #F26083
Tints of Brink Pink #F26083
RGB
CMYK
RGB Variations
Color information
#F26083 (or 0xF26083) is known color: Brink Pink. HEX triplet: F2, 60 and 83. RGB value is (242,96,131). Sum of RGB (Red+Green+Blue) = 242+96+131=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26083 is #0D9F7C. Grayscale: #8F8F8F. Windows color (decimal): -892797 or 8610034. OLE color: 8610034.
HSL color Cylindrical-coordinate representation of color #F26083: hue angle of 345.62º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26083 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 131 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 345.62º | 0.85% | 0.66% | - |
| HSV(B) | 345.62º | 0.6% | 0.95% | - |
| XYZ | 44.9 | 28.88 | 24.68 | - |
| YUV | 143.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 131 | 0 | 0.60 | 0.46 | 0.05 | 345.62 | 0.85 | 0.66 |
| Hex | F2 | 60 | 83 | 0 | 3C | 2E | 5 | 15A | 55 | 42 |
| Octal | 362 | 140 | 203 | 0 | 74 | 56 | 5 | 532 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10000011 | 0 | 111100 | 101110 | 101 | 101011010 | 1010101 | 1000010 |
Color Harmonies of #F26083
Complementary color
Monochromatic Colors of #F26083
Black with #F26083
Text Example
Text Example
White with #F26083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26083; }
p { color: rgb(242,96,131); }
H1.HeaderClassName
{
color: #F26083;
}
.AnyTagClassName
{
color: #F26083;
}
</style>
background-color css
<style>
a { background-color: #F26083; }
a { background-color: rgb(242,96,131); }
div.DivClassName
{
background-color: #F26083;
}
.BgClassName
{
background-color: #F26083;
}
</style>
border-color css
<style>
span { border-color: #F26083; }
span { border-color: rgb(242,96,131); }
td.TdClassName
{
border-color: #F26083;
}
.TagClassName
{
border-color: #F26083;
}
</style>