Shades of French Rose #F3488C
Tints of French Rose #F3488C
RGB
CMYK
RGB Variations
Color information
#F3488C (or 0xF3488C) is known color: French Rose. HEX triplet: F3, 48 and 8C. RGB value is (243,72,140). Sum of RGB (Red+Green+Blue) = 243+72+140=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3488C is #0CB773. Grayscale: #828282. Windows color (decimal): -833396 or 9193715. OLE color: 9193715.
HSL color Cylindrical-coordinate representation of color #F3488C: hue angle of 336.14º 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 #F3488C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 140 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.05 |
| HSL | 336.14º | 0.88% | 0.62% | - |
| HSV(B) | 336.14º | 0.7% | 0.95% | - |
| XYZ | 44.01 | 25.58 | 27.43 | - |
| YUV | 130.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 140 | 0 | 0.70 | 0.42 | 0.05 | 336.14 | 0.88 | 0.62 |
| Hex | F3 | 48 | 8C | 0 | 46 | 2A | 5 | 150 | 58 | 3E |
| Octal | 363 | 110 | 214 | 0 | 106 | 52 | 5 | 520 | 130 | 76 |
| Binary | 11110011 | 1001000 | 10001100 | 0 | 1000110 | 101010 | 101 | 101010000 | 1011000 | 111110 |
Color Harmonies of #F3488C
Complementary color
Monochromatic Colors of #F3488C
Black with #F3488C
Text Example
Text Example
White with #F3488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3488C; }
p { color: rgb(243,72,140); }
H1.HeaderClassName
{
color: #F3488C;
}
.AnyTagClassName
{
color: #F3488C;
}
</style>
background-color css
<style>
a { background-color: #F3488C; }
a { background-color: rgb(243,72,140); }
div.DivClassName
{
background-color: #F3488C;
}
.BgClassName
{
background-color: #F3488C;
}
</style>
border-color css
<style>
span { border-color: #F3488C; }
span { border-color: rgb(243,72,140); }
td.TdClassName
{
border-color: #F3488C;
}
.TagClassName
{
border-color: #F3488C;
}
</style>