Shades of French Rose #F34C86
Tints of French Rose #F34C86
RGB
CMYK
RGB Variations
Color information
#F34C86 (or 0xF34C86) is known color: French Rose. HEX triplet: F3, 4C and 86. RGB value is (243,76,134). Sum of RGB (Red+Green+Blue) = 243+76+134=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C86 is #0CB379. Grayscale: #848484. Windows color (decimal): -832378 or 8801523. OLE color: 8801523.
HSL color Cylindrical-coordinate representation of color #F34C86: hue angle of 339.16º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C86 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 134 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.05 |
| HSL | 339.16º | 0.87% | 0.63% | - |
| HSV(B) | 339.16º | 0.69% | 0.95% | - |
| XYZ | 43.85 | 25.94 | 25.25 | - |
| YUV | 132.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 134 | 0 | 0.69 | 0.45 | 0.05 | 339.16 | 0.87 | 0.63 |
| Hex | F3 | 4C | 86 | 0 | 45 | 2D | 5 | 153 | 57 | 3F |
| Octal | 363 | 114 | 206 | 0 | 105 | 55 | 5 | 523 | 127 | 77 |
| Binary | 11110011 | 1001100 | 10000110 | 0 | 1000101 | 101101 | 101 | 101010011 | 1010111 | 111111 |
Color Harmonies of #F34C86
Complementary color
Monochromatic Colors of #F34C86
Black with #F34C86
Text Example
Text Example
White with #F34C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C86; }
p { color: rgb(243,76,134); }
H1.HeaderClassName
{
color: #F34C86;
}
.AnyTagClassName
{
color: #F34C86;
}
</style>
background-color css
<style>
a { background-color: #F34C86; }
a { background-color: rgb(243,76,134); }
div.DivClassName
{
background-color: #F34C86;
}
.BgClassName
{
background-color: #F34C86;
}
</style>
border-color css
<style>
span { border-color: #F34C86; }
span { border-color: rgb(243,76,134); }
td.TdClassName
{
border-color: #F34C86;
}
.TagClassName
{
border-color: #F34C86;
}
</style>