Shades of French Rose #F3518F
Tints of French Rose #F3518F
RGB
CMYK
RGB Variations
Color information
#F3518F (or 0xF3518F) is known color: French Rose. HEX triplet: F3, 51 and 8F. RGB value is (243,81,143). Sum of RGB (Red+Green+Blue) = 243+81+143=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3518F is #0CAE70. Grayscale: #888888. Windows color (decimal): -831089 or 9392627. OLE color: 9392627.
HSL color Cylindrical-coordinate representation of color #F3518F: hue angle of 337.04º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3518F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 143 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.05 |
| HSL | 337.04º | 0.87% | 0.64% | - |
| HSV(B) | 337.04º | 0.67% | 0.95% | - |
| XYZ | 44.86 | 26.92 | 28.82 | - |
| YUV | 136.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 143 | 0 | 0.67 | 0.41 | 0.05 | 337.04 | 0.87 | 0.64 |
| Hex | F3 | 51 | 8F | 0 | 43 | 29 | 5 | 151 | 57 | 40 |
| Octal | 363 | 121 | 217 | 0 | 103 | 51 | 5 | 521 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10001111 | 0 | 1000011 | 101001 | 101 | 101010001 | 1010111 | 1000000 |
Color Harmonies of #F3518F
Complementary color
Monochromatic Colors of #F3518F
Black with #F3518F
Text Example
Text Example
White with #F3518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3518F; }
p { color: rgb(243,81,143); }
H1.HeaderClassName
{
color: #F3518F;
}
.AnyTagClassName
{
color: #F3518F;
}
</style>
background-color css
<style>
a { background-color: #F3518F; }
a { background-color: rgb(243,81,143); }
div.DivClassName
{
background-color: #F3518F;
}
.BgClassName
{
background-color: #F3518F;
}
</style>
border-color css
<style>
span { border-color: #F3518F; }
span { border-color: rgb(243,81,143); }
td.TdClassName
{
border-color: #F3518F;
}
.TagClassName
{
border-color: #F3518F;
}
</style>