Shades of Brink Pink #F26781
Tints of Brink Pink #F26781
RGB
CMYK
RGB Variations
Color information
#F26781 (or 0xF26781) is known color: Brink Pink. HEX triplet: F2, 67 and 81. RGB value is (242,103,129). Sum of RGB (Red+Green+Blue) = 242+103+129=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F26781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26781 is #0D987E. Grayscale: #939393. Windows color (decimal): -891007 or 8480754. OLE color: 8480754.
HSL color Cylindrical-coordinate representation of color #F26781: hue angle of 348.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26781 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 129 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.05 |
| HSL | 348.78º | 0.84% | 0.68% | - |
| HSV(B) | 348.78º | 0.57% | 0.95% | - |
| XYZ | 45.43 | 30.16 | 24.2 | - |
| YUV | 147.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 129 | 0 | 0.57 | 0.47 | 0.05 | 348.78 | 0.84 | 0.68 |
| Hex | F2 | 67 | 81 | 0 | 39 | 2F | 5 | 15D | 54 | 44 |
| Octal | 362 | 147 | 201 | 0 | 71 | 57 | 5 | 535 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10000001 | 0 | 111001 | 101111 | 101 | 101011101 | 1010100 | 1000100 |
Color Harmonies of #F26781
Complementary color
Monochromatic Colors of #F26781
Black with #F26781
Text Example
Text Example
White with #F26781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26781; }
p { color: rgb(242,103,129); }
H1.HeaderClassName
{
color: #F26781;
}
.AnyTagClassName
{
color: #F26781;
}
</style>
background-color css
<style>
a { background-color: #F26781; }
a { background-color: rgb(242,103,129); }
div.DivClassName
{
background-color: #F26781;
}
.BgClassName
{
background-color: #F26781;
}
</style>
border-color css
<style>
span { border-color: #F26781; }
span { border-color: rgb(242,103,129); }
td.TdClassName
{
border-color: #F26781;
}
.TagClassName
{
border-color: #F26781;
}
</style>