Shades of Brink Pink #F26281
Tints of Brink Pink #F26281
RGB
CMYK
RGB Variations
Color information
#F26281 (or 0xF26281) is known color: Brink Pink. HEX triplet: F2, 62 and 81. RGB value is (242,98,129). Sum of RGB (Red+Green+Blue) = 242+98+129=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26281 is #0D9D7E. Grayscale: #909090. Windows color (decimal): -892287 or 8479474. OLE color: 8479474.
HSL color Cylindrical-coordinate representation of color #F26281: hue angle of 347.08º 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 #F26281 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 129 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.05 |
| HSL | 347.08º | 0.85% | 0.67% | - |
| HSV(B) | 347.08º | 0.6% | 0.95% | - |
| XYZ | 44.95 | 29.2 | 24.04 | - |
| YUV | 144.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 129 | 0 | 0.60 | 0.47 | 0.05 | 347.08 | 0.85 | 0.67 |
| Hex | F2 | 62 | 81 | 0 | 3C | 2F | 5 | 15B | 55 | 43 |
| Octal | 362 | 142 | 201 | 0 | 74 | 57 | 5 | 533 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10000001 | 0 | 111100 | 101111 | 101 | 101011011 | 1010101 | 1000011 |
Color Harmonies of #F26281
Complementary color
Monochromatic Colors of #F26281
Black with #F26281
Text Example
Text Example
White with #F26281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26281; }
p { color: rgb(242,98,129); }
H1.HeaderClassName
{
color: #F26281;
}
.AnyTagClassName
{
color: #F26281;
}
</style>
background-color css
<style>
a { background-color: #F26281; }
a { background-color: rgb(242,98,129); }
div.DivClassName
{
background-color: #F26281;
}
.BgClassName
{
background-color: #F26281;
}
</style>
border-color css
<style>
span { border-color: #F26281; }
span { border-color: rgb(242,98,129); }
td.TdClassName
{
border-color: #F26281;
}
.TagClassName
{
border-color: #F26281;
}
</style>