Shades of Brink Pink #F26387
Tints of Brink Pink #F26387
RGB
CMYK
RGB Variations
Color information
#F26387 (or 0xF26387) is known color: Brink Pink. HEX triplet: F2, 63 and 87. RGB value is (242,99,135). Sum of RGB (Red+Green+Blue) = 242+99+135=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F26387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26387 is #0D9C78. Grayscale: #919191. Windows color (decimal): -892025 or 8872946. OLE color: 8872946.
HSL color Cylindrical-coordinate representation of color #F26387: hue angle of 344.9º 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 #F26387 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 135 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.05 |
| HSL | 344.9º | 0.85% | 0.67% | - |
| HSV(B) | 344.9º | 0.59% | 0.95% | - |
| XYZ | 45.45 | 29.55 | 26.23 | - |
| YUV | 145.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 135 | 0 | 0.59 | 0.44 | 0.05 | 344.9 | 0.85 | 0.67 |
| Hex | F2 | 63 | 87 | 0 | 3B | 2C | 5 | 159 | 55 | 43 |
| Octal | 362 | 143 | 207 | 0 | 73 | 54 | 5 | 531 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10000111 | 0 | 111011 | 101100 | 101 | 101011001 | 1010101 | 1000011 |
Color Harmonies of #F26387
Complementary color
Monochromatic Colors of #F26387
Black with #F26387
Text Example
Text Example
White with #F26387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26387; }
p { color: rgb(242,99,135); }
H1.HeaderClassName
{
color: #F26387;
}
.AnyTagClassName
{
color: #F26387;
}
</style>
background-color css
<style>
a { background-color: #F26387; }
a { background-color: rgb(242,99,135); }
div.DivClassName
{
background-color: #F26387;
}
.BgClassName
{
background-color: #F26387;
}
</style>
border-color css
<style>
span { border-color: #F26387; }
span { border-color: rgb(242,99,135); }
td.TdClassName
{
border-color: #F26387;
}
.TagClassName
{
border-color: #F26387;
}
</style>