Shades of French Rose #F35C8F
Tints of French Rose #F35C8F
RGB
CMYK
RGB Variations
Color information
#F35C8F (or 0xF35C8F) is known color: French Rose. HEX triplet: F3, 5C and 8F. RGB value is (243,92,143). Sum of RGB (Red+Green+Blue) = 243+92+143=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35C8F is #0CA370. Grayscale: #8E8E8E. Windows color (decimal): -828273 or 9395443. OLE color: 9395443.
HSL color Cylindrical-coordinate representation of color #F35C8F: hue angle of 339.74º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35C8F is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 143 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.05 |
| HSL | 339.74º | 0.86% | 0.66% | - |
| HSV(B) | 339.74º | 0.62% | 0.95% | - |
| XYZ | 45.75 | 28.69 | 29.11 | - |
| YUV | 142.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 143 | 0 | 0.62 | 0.41 | 0.05 | 339.74 | 0.86 | 0.66 |
| Hex | F3 | 5C | 8F | 0 | 3E | 29 | 5 | 154 | 56 | 42 |
| Octal | 363 | 134 | 217 | 0 | 76 | 51 | 5 | 524 | 126 | 102 |
| Binary | 11110011 | 1011100 | 10001111 | 0 | 111110 | 101001 | 101 | 101010100 | 1010110 | 1000010 |
Color Harmonies of #F35C8F
Complementary color
Monochromatic Colors of #F35C8F
Black with #F35C8F
Text Example
Text Example
White with #F35C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C8F; }
p { color: rgb(243,92,143); }
H1.HeaderClassName
{
color: #F35C8F;
}
.AnyTagClassName
{
color: #F35C8F;
}
</style>
background-color css
<style>
a { background-color: #F35C8F; }
a { background-color: rgb(243,92,143); }
div.DivClassName
{
background-color: #F35C8F;
}
.BgClassName
{
background-color: #F35C8F;
}
</style>
border-color css
<style>
span { border-color: #F35C8F; }
span { border-color: rgb(243,92,143); }
td.TdClassName
{
border-color: #F35C8F;
}
.TagClassName
{
border-color: #F35C8F;
}
</style>