Shades of French Rose #F34779
Tints of French Rose #F34779
RGB
CMYK
RGB Variations
Color information
#F34779 (or 0xF34779) is known color: French Rose. HEX triplet: F3, 47 and 79. RGB value is (243,71,121). Sum of RGB (Red+Green+Blue) = 243+71+121=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F34779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34779 is #0CB886. Grayscale: #808080. Windows color (decimal): -833671 or 7948275. OLE color: 7948275.
HSL color Cylindrical-coordinate representation of color #F34779: hue angle of 342.56º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34779 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 121 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.05 |
| HSL | 342.56º | 0.88% | 0.62% | - |
| HSV(B) | 342.56º | 0.71% | 0.95% | - |
| XYZ | 42.67 | 24.94 | 20.65 | - |
| YUV | 128.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 121 | 0 | 0.71 | 0.50 | 0.05 | 342.56 | 0.88 | 0.62 |
| Hex | F3 | 47 | 79 | 0 | 47 | 32 | 5 | 157 | 58 | 3E |
| Octal | 363 | 107 | 171 | 0 | 107 | 62 | 5 | 527 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1111001 | 0 | 1000111 | 110010 | 101 | 101010111 | 1011000 | 111110 |
Color Harmonies of #F34779
Complementary color
Monochromatic Colors of #F34779
Black with #F34779
Text Example
Text Example
White with #F34779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34779; }
p { color: rgb(243,71,121); }
H1.HeaderClassName
{
color: #F34779;
}
.AnyTagClassName
{
color: #F34779;
}
</style>
background-color css
<style>
a { background-color: #F34779; }
a { background-color: rgb(243,71,121); }
div.DivClassName
{
background-color: #F34779;
}
.BgClassName
{
background-color: #F34779;
}
</style>
border-color css
<style>
span { border-color: #F34779; }
span { border-color: rgb(243,71,121); }
td.TdClassName
{
border-color: #F34779;
}
.TagClassName
{
border-color: #F34779;
}
</style>