Shades of French Rose #F34E83
Tints of French Rose #F34E83
RGB
CMYK
RGB Variations
Color information
#F34E83 (or 0xF34E83) is known color: French Rose. HEX triplet: F3, 4E and 83. RGB value is (243,78,131). Sum of RGB (Red+Green+Blue) = 243+78+131=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34E83 is #0CB17C. Grayscale: #858585. Windows color (decimal): -831869 or 8605427. OLE color: 8605427.
HSL color Cylindrical-coordinate representation of color #F34E83: hue angle of 340.73º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34E83 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 78 | 131 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.05 |
| HSL | 340.73º | 0.87% | 0.63% | - |
| HSV(B) | 340.73º | 0.68% | 0.95% | - |
| XYZ | 43.78 | 26.14 | 24.21 | - |
| YUV | 133.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 78 | 131 | 0 | 0.68 | 0.46 | 0.05 | 340.73 | 0.87 | 0.63 |
| Hex | F3 | 4E | 83 | 0 | 44 | 2E | 5 | 155 | 57 | 3F |
| Octal | 363 | 116 | 203 | 0 | 104 | 56 | 5 | 525 | 127 | 77 |
| Binary | 11110011 | 1001110 | 10000011 | 0 | 1000100 | 101110 | 101 | 101010101 | 1010111 | 111111 |
Color Harmonies of #F34E83
Complementary color
Monochromatic Colors of #F34E83
Black with #F34E83
Text Example
Text Example
White with #F34E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34E83; }
p { color: rgb(243,78,131); }
H1.HeaderClassName
{
color: #F34E83;
}
.AnyTagClassName
{
color: #F34E83;
}
</style>
background-color css
<style>
a { background-color: #F34E83; }
a { background-color: rgb(243,78,131); }
div.DivClassName
{
background-color: #F34E83;
}
.BgClassName
{
background-color: #F34E83;
}
</style>
border-color css
<style>
span { border-color: #F34E83; }
span { border-color: rgb(243,78,131); }
td.TdClassName
{
border-color: #F34E83;
}
.TagClassName
{
border-color: #F34E83;
}
</style>