Shades of Brink Pink #F36385
Tints of Brink Pink #F36385
RGB
CMYK
RGB Variations
Color information
#F36385 (or 0xF36385) is known color: Brink Pink. HEX triplet: F3, 63 and 85. RGB value is (243,99,133). Sum of RGB (Red+Green+Blue) = 243+99+133=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F36385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36385 is #0C9C7A. Grayscale: #919191. Windows color (decimal): -826491 or 8741875. OLE color: 8741875.
HSL color Cylindrical-coordinate representation of color #F36385: hue angle of 345.83º degrees, saturation: 0.86, 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 #F36385 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 133 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.05 |
| HSL | 345.83º | 0.86% | 0.67% | - |
| HSV(B) | 345.83º | 0.59% | 0.95% | - |
| XYZ | 45.66 | 29.67 | 25.51 | - |
| YUV | 145.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 133 | 0 | 0.59 | 0.45 | 0.05 | 345.83 | 0.86 | 0.67 |
| Hex | F3 | 63 | 85 | 0 | 3B | 2D | 5 | 15A | 56 | 43 |
| Octal | 363 | 143 | 205 | 0 | 73 | 55 | 5 | 532 | 126 | 103 |
| Binary | 11110011 | 1100011 | 10000101 | 0 | 111011 | 101101 | 101 | 101011010 | 1010110 | 1000011 |
Color Harmonies of #F36385
Complementary color
Monochromatic Colors of #F36385
Black with #F36385
Text Example
Text Example
White with #F36385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36385; }
p { color: rgb(243,99,133); }
H1.HeaderClassName
{
color: #F36385;
}
.AnyTagClassName
{
color: #F36385;
}
</style>
background-color css
<style>
a { background-color: #F36385; }
a { background-color: rgb(243,99,133); }
div.DivClassName
{
background-color: #F36385;
}
.BgClassName
{
background-color: #F36385;
}
</style>
border-color css
<style>
span { border-color: #F36385; }
span { border-color: rgb(243,99,133); }
td.TdClassName
{
border-color: #F36385;
}
.TagClassName
{
border-color: #F36385;
}
</style>