Shades of Deep Blush #F36591
Tints of Deep Blush #F36591
RGB
CMYK
RGB Variations
Color information
#F36591 (or 0xF36591) is known color: Deep Blush. HEX triplet: F3, 65 and 91. RGB value is (243,101,145). Sum of RGB (Red+Green+Blue) = 243+101+145=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F36591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36591 is #0C9A6E. Grayscale: #949494. Windows color (decimal): -825967 or 9528819. OLE color: 9528819.
HSL color Cylindrical-coordinate representation of color #F36591: hue angle of 341.41º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36591 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 145 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.05 |
| HSL | 341.41º | 0.86% | 0.67% | - |
| HSV(B) | 341.41º | 0.58% | 0.95% | - |
| XYZ | 46.73 | 30.41 | 30.19 | - |
| YUV | 148.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 145 | 0 | 0.58 | 0.40 | 0.05 | 341.41 | 0.86 | 0.67 |
| Hex | F3 | 65 | 91 | 0 | 3A | 28 | 5 | 155 | 56 | 43 |
| Octal | 363 | 145 | 221 | 0 | 72 | 50 | 5 | 525 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10010001 | 0 | 111010 | 101000 | 101 | 101010101 | 1010110 | 1000011 |
Color Harmonies of #F36591
Complementary color
Monochromatic Colors of #F36591
Black with #F36591
Text Example
Text Example
White with #F36591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36591; }
p { color: rgb(243,101,145); }
H1.HeaderClassName
{
color: #F36591;
}
.AnyTagClassName
{
color: #F36591;
}
</style>
background-color css
<style>
a { background-color: #F36591; }
a { background-color: rgb(243,101,145); }
div.DivClassName
{
background-color: #F36591;
}
.BgClassName
{
background-color: #F36591;
}
</style>
border-color css
<style>
span { border-color: #F36591; }
span { border-color: rgb(243,101,145); }
td.TdClassName
{
border-color: #F36591;
}
.TagClassName
{
border-color: #F36591;
}
</style>