Shades of Deep Blush #F36F8D
Tints of Deep Blush #F36F8D
RGB
CMYK
RGB Variations
Color information
#F36F8D (or 0xF36F8D) is known color: Deep Blush. HEX triplet: F3, 6F and 8D. RGB value is (243,111,141). Sum of RGB (Red+Green+Blue) = 243+111+141=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36F8D is #0C9072. Grayscale: #999999. Windows color (decimal): -823411 or 9269235. OLE color: 9269235.
HSL color Cylindrical-coordinate representation of color #F36F8D: hue angle of 346.36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F8D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 141 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.05 |
| HSL | 346.36º | 0.85% | 0.69% | - |
| HSV(B) | 346.36º | 0.54% | 0.95% | - |
| XYZ | 47.45 | 32.35 | 28.94 | - |
| YUV | 153.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 141 | 0 | 0.54 | 0.42 | 0.05 | 346.36 | 0.85 | 0.69 |
| Hex | F3 | 6F | 8D | 0 | 36 | 2A | 5 | 15A | 55 | 45 |
| Octal | 363 | 157 | 215 | 0 | 66 | 52 | 5 | 532 | 125 | 105 |
| Binary | 11110011 | 1101111 | 10001101 | 0 | 110110 | 101010 | 101 | 101011010 | 1010101 | 1000101 |
Color Harmonies of #F36F8D
Complementary color
Monochromatic Colors of #F36F8D
Black with #F36F8D
Text Example
Text Example
White with #F36F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F8D; }
p { color: rgb(243,111,141); }
H1.HeaderClassName
{
color: #F36F8D;
}
.AnyTagClassName
{
color: #F36F8D;
}
</style>
background-color css
<style>
a { background-color: #F36F8D; }
a { background-color: rgb(243,111,141); }
div.DivClassName
{
background-color: #F36F8D;
}
.BgClassName
{
background-color: #F36F8D;
}
</style>
border-color css
<style>
span { border-color: #F36F8D; }
span { border-color: rgb(243,111,141); }
td.TdClassName
{
border-color: #F36F8D;
}
.TagClassName
{
border-color: #F36F8D;
}
</style>