Shades of Brink Pink #F36390
Tints of Brink Pink #F36390
RGB
CMYK
RGB Variations
Color information
#F36390 (or 0xF36390) is known color: Brink Pink. HEX triplet: F3, 63 and 90. RGB value is (243,99,144). Sum of RGB (Red+Green+Blue) = 243+99+144=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F36390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36390 is #0C9C6F. Grayscale: #939393. Windows color (decimal): -826480 or 9462771. OLE color: 9462771.
HSL color Cylindrical-coordinate representation of color #F36390: hue angle of 341.25º 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 #F36390 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 144 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.05 |
| HSL | 341.25º | 0.86% | 0.67% | - |
| HSV(B) | 341.25º | 0.59% | 0.95% | - |
| XYZ | 46.46 | 29.99 | 29.73 | - |
| YUV | 147.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 144 | 0 | 0.59 | 0.41 | 0.05 | 341.25 | 0.86 | 0.67 |
| Hex | F3 | 63 | 90 | 0 | 3B | 29 | 5 | 155 | 56 | 43 |
| Octal | 363 | 143 | 220 | 0 | 73 | 51 | 5 | 525 | 126 | 103 |
| Binary | 11110011 | 1100011 | 10010000 | 0 | 111011 | 101001 | 101 | 101010101 | 1010110 | 1000011 |
Color Harmonies of #F36390
Complementary color
Monochromatic Colors of #F36390
Black with #F36390
Text Example
Text Example
White with #F36390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36390; }
p { color: rgb(243,99,144); }
H1.HeaderClassName
{
color: #F36390;
}
.AnyTagClassName
{
color: #F36390;
}
</style>
background-color css
<style>
a { background-color: #F36390; }
a { background-color: rgb(243,99,144); }
div.DivClassName
{
background-color: #F36390;
}
.BgClassName
{
background-color: #F36390;
}
</style>
border-color css
<style>
span { border-color: #F36390; }
span { border-color: rgb(243,99,144); }
td.TdClassName
{
border-color: #F36390;
}
.TagClassName
{
border-color: #F36390;
}
</style>