Shades of Brink Pink #F26386
Tints of Brink Pink #F26386
RGB
CMYK
RGB Variations
Color information
#F26386 (or 0xF26386) is known color: Brink Pink. HEX triplet: F2, 63 and 86. RGB value is (242,99,134). Sum of RGB (Red+Green+Blue) = 242+99+134=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26386 is #0D9C79. Grayscale: #919191. Windows color (decimal): -892026 or 8807410. OLE color: 8807410.
HSL color Cylindrical-coordinate representation of color #F26386: hue angle of 345.31º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26386 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 134 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.05 |
| HSL | 345.31º | 0.85% | 0.67% | - |
| HSV(B) | 345.31º | 0.59% | 0.95% | - |
| XYZ | 45.38 | 29.52 | 25.86 | - |
| YUV | 145.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 134 | 0 | 0.59 | 0.45 | 0.05 | 345.31 | 0.85 | 0.67 |
| Hex | F2 | 63 | 86 | 0 | 3B | 2D | 5 | 159 | 55 | 43 |
| Octal | 362 | 143 | 206 | 0 | 73 | 55 | 5 | 531 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10000110 | 0 | 111011 | 101101 | 101 | 101011001 | 1010101 | 1000011 |
Color Harmonies of #F26386
Complementary color
Monochromatic Colors of #F26386
Black with #F26386
Text Example
Text Example
White with #F26386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26386; }
p { color: rgb(242,99,134); }
H1.HeaderClassName
{
color: #F26386;
}
.AnyTagClassName
{
color: #F26386;
}
</style>
background-color css
<style>
a { background-color: #F26386; }
a { background-color: rgb(242,99,134); }
div.DivClassName
{
background-color: #F26386;
}
.BgClassName
{
background-color: #F26386;
}
</style>
border-color css
<style>
span { border-color: #F26386; }
span { border-color: rgb(242,99,134); }
td.TdClassName
{
border-color: #F26386;
}
.TagClassName
{
border-color: #F26386;
}
</style>