Shades of Deep Blush #F36B8D
Tints of Deep Blush #F36B8D
RGB
CMYK
RGB Variations
Color information
#F36B8D (or 0xF36B8D) is known color: Deep Blush. HEX triplet: F3, 6B and 8D. RGB value is (243,107,141). Sum of RGB (Red+Green+Blue) = 243+107+141=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F36B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36B8D is #0C9472. Grayscale: #979797. Windows color (decimal): -824435 or 9268211. OLE color: 9268211.
HSL color Cylindrical-coordinate representation of color #F36B8D: hue angle of 345º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36B8D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 107 | 141 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.05 |
| HSL | 345º | 0.85% | 0.69% | - |
| HSV(B) | 345º | 0.56% | 0.95% | - |
| XYZ | 47.03 | 31.49 | 28.8 | - |
| YUV | 151.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 107 | 141 | 0 | 0.56 | 0.42 | 0.05 | 345 | 0.85 | 0.69 |
| Hex | F3 | 6B | 8D | 0 | 38 | 2A | 5 | 159 | 55 | 45 |
| Octal | 363 | 153 | 215 | 0 | 70 | 52 | 5 | 531 | 125 | 105 |
| Binary | 11110011 | 1101011 | 10001101 | 0 | 111000 | 101010 | 101 | 101011001 | 1010101 | 1000101 |
Color Harmonies of #F36B8D
Complementary color
Monochromatic Colors of #F36B8D
Black with #F36B8D
Text Example
Text Example
White with #F36B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36B8D; }
p { color: rgb(243,107,141); }
H1.HeaderClassName
{
color: #F36B8D;
}
.AnyTagClassName
{
color: #F36B8D;
}
</style>
background-color css
<style>
a { background-color: #F36B8D; }
a { background-color: rgb(243,107,141); }
div.DivClassName
{
background-color: #F36B8D;
}
.BgClassName
{
background-color: #F36B8D;
}
</style>
border-color css
<style>
span { border-color: #F36B8D; }
span { border-color: rgb(243,107,141); }
td.TdClassName
{
border-color: #F36B8D;
}
.TagClassName
{
border-color: #F36B8D;
}
</style>