Shades of Brink Pink #F26288
Tints of Brink Pink #F26288
RGB
CMYK
RGB Variations
Color information
#F26288 (or 0xF26288) is known color: Brink Pink. HEX triplet: F2, 62 and 88. RGB value is (242,98,136). Sum of RGB (Red+Green+Blue) = 242+98+136=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26288 is #0D9D77. Grayscale: #919191. Windows color (decimal): -892280 or 8938226. OLE color: 8938226.
HSL color Cylindrical-coordinate representation of color #F26288: hue angle of 344.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26288 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 136 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.05 |
| HSL | 344.17º | 0.85% | 0.67% | - |
| HSV(B) | 344.17º | 0.6% | 0.95% | - |
| XYZ | 45.43 | 29.39 | 26.57 | - |
| YUV | 145.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 136 | 0 | 0.60 | 0.44 | 0.05 | 344.17 | 0.85 | 0.67 |
| Hex | F2 | 62 | 88 | 0 | 3C | 2C | 5 | 158 | 55 | 43 |
| Octal | 362 | 142 | 210 | 0 | 74 | 54 | 5 | 530 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10001000 | 0 | 111100 | 101100 | 101 | 101011000 | 1010101 | 1000011 |
Color Harmonies of #F26288
Complementary color
Monochromatic Colors of #F26288
Black with #F26288
Text Example
Text Example
White with #F26288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26288; }
p { color: rgb(242,98,136); }
H1.HeaderClassName
{
color: #F26288;
}
.AnyTagClassName
{
color: #F26288;
}
</style>
background-color css
<style>
a { background-color: #F26288; }
a { background-color: rgb(242,98,136); }
div.DivClassName
{
background-color: #F26288;
}
.BgClassName
{
background-color: #F26288;
}
</style>
border-color css
<style>
span { border-color: #F26288; }
span { border-color: rgb(242,98,136); }
td.TdClassName
{
border-color: #F26288;
}
.TagClassName
{
border-color: #F26288;
}
</style>