Shades of Deep Blush #F36694
Tints of Deep Blush #F36694
RGB
CMYK
RGB Variations
Color information
#F36694 (or 0xF36694) is known color: Deep Blush. HEX triplet: F3, 66 and 94. RGB value is (243,102,148). Sum of RGB (Red+Green+Blue) = 243+102+148=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F36694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36694 is #0C996B. Grayscale: #959595. Windows color (decimal): -825708 or 9725683. OLE color: 9725683.
HSL color Cylindrical-coordinate representation of color #F36694: hue angle of 340.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36694 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 148 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.05 |
| HSL | 340.43º | 0.85% | 0.68% | - |
| HSV(B) | 340.43º | 0.58% | 0.95% | - |
| XYZ | 47.06 | 30.7 | 31.46 | - |
| YUV | 149.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 148 | 0 | 0.58 | 0.39 | 0.05 | 340.43 | 0.85 | 0.68 |
| Hex | F3 | 66 | 94 | 0 | 3A | 27 | 5 | 154 | 55 | 44 |
| Octal | 363 | 146 | 224 | 0 | 72 | 47 | 5 | 524 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10010100 | 0 | 111010 | 100111 | 101 | 101010100 | 1010101 | 1000100 |
Color Harmonies of #F36694
Complementary color
Monochromatic Colors of #F36694
Black with #F36694
Text Example
Text Example
White with #F36694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36694; }
p { color: rgb(243,102,148); }
H1.HeaderClassName
{
color: #F36694;
}
.AnyTagClassName
{
color: #F36694;
}
</style>
background-color css
<style>
a { background-color: #F36694; }
a { background-color: rgb(243,102,148); }
div.DivClassName
{
background-color: #F36694;
}
.BgClassName
{
background-color: #F36694;
}
</style>
border-color css
<style>
span { border-color: #F36694; }
span { border-color: rgb(243,102,148); }
td.TdClassName
{
border-color: #F36694;
}
.TagClassName
{
border-color: #F36694;
}
</style>