Shades of French Rose #F35096
Tints of French Rose #F35096
RGB
CMYK
RGB Variations
Color information
#F35096 (or 0xF35096) is known color: French Rose. HEX triplet: F3, 50 and 96. RGB value is (243,80,150). Sum of RGB (Red+Green+Blue) = 243+80+150=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F35096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35096 is #0CAF69. Grayscale: #888888. Windows color (decimal): -831338 or 9851123. OLE color: 9851123.
HSL color Cylindrical-coordinate representation of color #F35096: hue angle of 334.23º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F35096 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 150 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.05 |
| HSL | 334.23º | 0.87% | 0.63% | - |
| HSV(B) | 334.23º | 0.67% | 0.95% | - |
| XYZ | 45.34 | 26.99 | 31.68 | - |
| YUV | 136.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 150 | 0 | 0.67 | 0.38 | 0.05 | 334.23 | 0.87 | 0.63 |
| Hex | F3 | 50 | 96 | 0 | 43 | 26 | 5 | 14E | 57 | 3F |
| Octal | 363 | 120 | 226 | 0 | 103 | 46 | 5 | 516 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10010110 | 0 | 1000011 | 100110 | 101 | 101001110 | 1010111 | 111111 |
Color Harmonies of #F35096
Complementary color
Monochromatic Colors of #F35096
Black with #F35096
Text Example
Text Example
White with #F35096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35096; }
p { color: rgb(243,80,150); }
H1.HeaderClassName
{
color: #F35096;
}
.AnyTagClassName
{
color: #F35096;
}
</style>
background-color css
<style>
a { background-color: #F35096; }
a { background-color: rgb(243,80,150); }
div.DivClassName
{
background-color: #F35096;
}
.BgClassName
{
background-color: #F35096;
}
</style>
border-color css
<style>
span { border-color: #F35096; }
span { border-color: rgb(243,80,150); }
td.TdClassName
{
border-color: #F35096;
}
.TagClassName
{
border-color: #F35096;
}
</style>