Shades of French Rose #F35192
Tints of French Rose #F35192
RGB
CMYK
RGB Variations
Color information
#F35192 (or 0xF35192) is known color: French Rose. HEX triplet: F3, 51 and 92. RGB value is (243,81,146). Sum of RGB (Red+Green+Blue) = 243+81+146=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F35192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35192 is #0CAE6D. Grayscale: #888888. Windows color (decimal): -831086 or 9589235. OLE color: 9589235.
HSL color Cylindrical-coordinate representation of color #F35192: hue angle of 335.93º 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 #F35192 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 146 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.05 |
| HSL | 335.93º | 0.87% | 0.64% | - |
| HSV(B) | 335.93º | 0.67% | 0.95% | - |
| XYZ | 45.09 | 27.01 | 30.03 | - |
| YUV | 136.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 146 | 0 | 0.67 | 0.40 | 0.05 | 335.93 | 0.87 | 0.64 |
| Hex | F3 | 51 | 92 | 0 | 43 | 28 | 5 | 150 | 57 | 40 |
| Octal | 363 | 121 | 222 | 0 | 103 | 50 | 5 | 520 | 127 | 100 |
| Binary | 11110011 | 1010001 | 10010010 | 0 | 1000011 | 101000 | 101 | 101010000 | 1010111 | 1000000 |
Color Harmonies of #F35192
Complementary color
Monochromatic Colors of #F35192
Black with #F35192
Text Example
Text Example
White with #F35192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35192; }
p { color: rgb(243,81,146); }
H1.HeaderClassName
{
color: #F35192;
}
.AnyTagClassName
{
color: #F35192;
}
</style>
background-color css
<style>
a { background-color: #F35192; }
a { background-color: rgb(243,81,146); }
div.DivClassName
{
background-color: #F35192;
}
.BgClassName
{
background-color: #F35192;
}
</style>
border-color css
<style>
span { border-color: #F35192; }
span { border-color: rgb(243,81,146); }
td.TdClassName
{
border-color: #F35192;
}
.TagClassName
{
border-color: #F35192;
}
</style>