Shades of Brink Pink #F26385
Tints of Brink Pink #F26385
RGB
CMYK
RGB Variations
Color information
#F26385 (or 0xF26385) is known color: Brink Pink. HEX triplet: F2, 63 and 85. RGB value is (242,99,133). Sum of RGB (Red+Green+Blue) = 242+99+133=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F26385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26385 is #0D9C7A. Grayscale: #919191. Windows color (decimal): -892027 or 8741874. OLE color: 8741874.
HSL color Cylindrical-coordinate representation of color #F26385: hue angle of 345.73º 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 #F26385 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 133 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.05 |
| HSL | 345.73º | 0.85% | 0.67% | - |
| HSV(B) | 345.73º | 0.59% | 0.95% | - |
| XYZ | 45.31 | 29.49 | 25.5 | - |
| YUV | 145.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 133 | 0 | 0.59 | 0.45 | 0.05 | 345.73 | 0.85 | 0.67 |
| Hex | F2 | 63 | 85 | 0 | 3B | 2D | 5 | 15A | 55 | 43 |
| Octal | 362 | 143 | 205 | 0 | 73 | 55 | 5 | 532 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10000101 | 0 | 111011 | 101101 | 101 | 101011010 | 1010101 | 1000011 |
Color Harmonies of #F26385
Complementary color
Monochromatic Colors of #F26385
Black with #F26385
Text Example
Text Example
White with #F26385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26385; }
p { color: rgb(242,99,133); }
H1.HeaderClassName
{
color: #F26385;
}
.AnyTagClassName
{
color: #F26385;
}
</style>
background-color css
<style>
a { background-color: #F26385; }
a { background-color: rgb(242,99,133); }
div.DivClassName
{
background-color: #F26385;
}
.BgClassName
{
background-color: #F26385;
}
</style>
border-color css
<style>
span { border-color: #F26385; }
span { border-color: rgb(242,99,133); }
td.TdClassName
{
border-color: #F26385;
}
.TagClassName
{
border-color: #F26385;
}
</style>