Shades of Deep Blush #F36692
Tints of Deep Blush #F36692
RGB
CMYK
RGB Variations
Color information
#F36692 (or 0xF36692) is known color: Deep Blush. HEX triplet: F3, 66 and 92. RGB value is (243,102,146). Sum of RGB (Red+Green+Blue) = 243+102+146=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F36692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36692 is #0C996D. Grayscale: #959595. Windows color (decimal): -825710 or 9594611. OLE color: 9594611.
HSL color Cylindrical-coordinate representation of color #F36692: hue angle of 341.28º 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 #F36692 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 146 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.05 |
| HSL | 341.28º | 0.85% | 0.68% | - |
| HSV(B) | 341.28º | 0.58% | 0.95% | - |
| XYZ | 46.9 | 30.63 | 30.63 | - |
| YUV | 149.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 146 | 0 | 0.58 | 0.40 | 0.05 | 341.28 | 0.85 | 0.68 |
| Hex | F3 | 66 | 92 | 0 | 3A | 28 | 5 | 155 | 55 | 44 |
| Octal | 363 | 146 | 222 | 0 | 72 | 50 | 5 | 525 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10010010 | 0 | 111010 | 101000 | 101 | 101010101 | 1010101 | 1000100 |
Color Harmonies of #F36692
Complementary color
Monochromatic Colors of #F36692
Black with #F36692
Text Example
Text Example
White with #F36692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36692; }
p { color: rgb(243,102,146); }
H1.HeaderClassName
{
color: #F36692;
}
.AnyTagClassName
{
color: #F36692;
}
</style>
background-color css
<style>
a { background-color: #F36692; }
a { background-color: rgb(243,102,146); }
div.DivClassName
{
background-color: #F36692;
}
.BgClassName
{
background-color: #F36692;
}
</style>
border-color css
<style>
span { border-color: #F36692; }
span { border-color: rgb(243,102,146); }
td.TdClassName
{
border-color: #F36692;
}
.TagClassName
{
border-color: #F36692;
}
</style>