Shades of Deep Blush #F36F85
Tints of Deep Blush #F36F85
RGB
CMYK
RGB Variations
Color information
#F36F85 (or 0xF36F85) is known color: Deep Blush. HEX triplet: F3, 6F and 85. RGB value is (243,111,133). Sum of RGB (Red+Green+Blue) = 243+111+133=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36F85 is #0C907A. Grayscale: #999999. Windows color (decimal): -823419 or 8744947. OLE color: 8744947.
HSL color Cylindrical-coordinate representation of color #F36F85: hue angle of 350º 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 #F36F85 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 133 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.05 |
| HSL | 350º | 0.85% | 0.69% | - |
| HSV(B) | 350º | 0.54% | 0.95% | - |
| XYZ | 46.88 | 32.12 | 25.92 | - |
| YUV | 152.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 133 | 0 | 0.54 | 0.45 | 0.05 | 350 | 0.85 | 0.69 |
| Hex | F3 | 6F | 85 | 0 | 36 | 2D | 5 | 15E | 55 | 45 |
| Octal | 363 | 157 | 205 | 0 | 66 | 55 | 5 | 536 | 125 | 105 |
| Binary | 11110011 | 1101111 | 10000101 | 0 | 110110 | 101101 | 101 | 101011110 | 1010101 | 1000101 |
Color Harmonies of #F36F85
Complementary color
Monochromatic Colors of #F36F85
Black with #F36F85
Text Example
Text Example
White with #F36F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F85; }
p { color: rgb(243,111,133); }
H1.HeaderClassName
{
color: #F36F85;
}
.AnyTagClassName
{
color: #F36F85;
}
</style>
background-color css
<style>
a { background-color: #F36F85; }
a { background-color: rgb(243,111,133); }
div.DivClassName
{
background-color: #F36F85;
}
.BgClassName
{
background-color: #F36F85;
}
</style>
border-color css
<style>
span { border-color: #F36F85; }
span { border-color: rgb(243,111,133); }
td.TdClassName
{
border-color: #F36F85;
}
.TagClassName
{
border-color: #F36F85;
}
</style>