Shades of French Rose #F3488D
Tints of French Rose #F3488D
RGB
CMYK
RGB Variations
Color information
#F3488D (or 0xF3488D) is known color: French Rose. HEX triplet: F3, 48 and 8D. RGB value is (243,72,141). Sum of RGB (Red+Green+Blue) = 243+72+141=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3488D is #0CB772. Grayscale: #828282. Windows color (decimal): -833395 or 9259251. OLE color: 9259251.
HSL color Cylindrical-coordinate representation of color #F3488D: hue angle of 335.79º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3488D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 141 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.05 |
| HSL | 335.79º | 0.88% | 0.62% | - |
| HSV(B) | 335.79º | 0.7% | 0.95% | - |
| XYZ | 44.09 | 25.61 | 27.82 | - |
| YUV | 131 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 141 | 0 | 0.70 | 0.42 | 0.05 | 335.79 | 0.88 | 0.62 |
| Hex | F3 | 48 | 8D | 0 | 46 | 2A | 5 | 150 | 58 | 3E |
| Octal | 363 | 110 | 215 | 0 | 106 | 52 | 5 | 520 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10001101 | 0 | 1000110 | 101010 | 101 | 101010000 | 1011000 | 111110 |
Color Harmonies of #F3488D
Complementary color
Monochromatic Colors of #F3488D
Black with #F3488D
Text Example
Text Example
White with #F3488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3488D; }
p { color: rgb(243,72,141); }
H1.HeaderClassName
{
color: #F3488D;
}
.AnyTagClassName
{
color: #F3488D;
}
</style>
background-color css
<style>
a { background-color: #F3488D; }
a { background-color: rgb(243,72,141); }
div.DivClassName
{
background-color: #F3488D;
}
.BgClassName
{
background-color: #F3488D;
}
</style>
border-color css
<style>
span { border-color: #F3488D; }
span { border-color: rgb(243,72,141); }
td.TdClassName
{
border-color: #F3488D;
}
.TagClassName
{
border-color: #F3488D;
}
</style>