Shades of Deep Blush #F3758F
Tints of Deep Blush #F3758F
RGB
CMYK
RGB Variations
Color information
#F3758F (or 0xF3758F) is known color: Deep Blush. HEX triplet: F3, 75 and 8F. RGB value is (243,117,143). Sum of RGB (Red+Green+Blue) = 243+117+143=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3758F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3758F is #0C8A70. Grayscale: #9D9D9D. Windows color (decimal): -821873 or 9401843. OLE color: 9401843.
HSL color Cylindrical-coordinate representation of color #F3758F: hue angle of 347.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F3758F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 143 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.05 |
| HSL | 347.62º | 0.84% | 0.71% | - |
| HSV(B) | 347.62º | 0.52% | 0.95% | - |
| XYZ | 48.28 | 33.76 | 29.96 | - |
| YUV | 157.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 143 | 0 | 0.52 | 0.41 | 0.05 | 347.62 | 0.84 | 0.71 |
| Hex | F3 | 75 | 8F | 0 | 34 | 29 | 5 | 15C | 54 | 47 |
| Octal | 363 | 165 | 217 | 0 | 64 | 51 | 5 | 534 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10001111 | 0 | 110100 | 101001 | 101 | 101011100 | 1010100 | 1000111 |
Color Harmonies of #F3758F
Complementary color
Monochromatic Colors of #F3758F
Black with #F3758F
Text Example
Text Example
White with #F3758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3758F; }
p { color: rgb(243,117,143); }
H1.HeaderClassName
{
color: #F3758F;
}
.AnyTagClassName
{
color: #F3758F;
}
</style>
background-color css
<style>
a { background-color: #F3758F; }
a { background-color: rgb(243,117,143); }
div.DivClassName
{
background-color: #F3758F;
}
.BgClassName
{
background-color: #F3758F;
}
</style>
border-color css
<style>
span { border-color: #F3758F; }
span { border-color: rgb(243,117,143); }
td.TdClassName
{
border-color: #F3758F;
}
.TagClassName
{
border-color: #F3758F;
}
</style>