Shades of French Rose #F3477C
Tints of French Rose #F3477C
RGB
CMYK
RGB Variations
Color information
#F3477C (or 0xF3477C) is known color: French Rose. HEX triplet: F3, 47 and 7C. RGB value is (243,71,124). Sum of RGB (Red+Green+Blue) = 243+71+124=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3477C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3477C is #0CB883. Grayscale: #808080. Windows color (decimal): -833668 or 8144883. OLE color: 8144883.
HSL color Cylindrical-coordinate representation of color #F3477C: hue angle of 341.51º 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 #F3477C is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 124 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.05 |
| HSL | 341.51º | 0.88% | 0.62% | - |
| HSV(B) | 341.51º | 0.71% | 0.95% | - |
| XYZ | 42.85 | 25.02 | 21.64 | - |
| YUV | 128.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 124 | 0 | 0.71 | 0.49 | 0.05 | 341.51 | 0.88 | 0.62 |
| Hex | F3 | 47 | 7C | 0 | 47 | 31 | 5 | 156 | 58 | 3E |
| Octal | 363 | 107 | 174 | 0 | 107 | 61 | 5 | 526 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1111100 | 0 | 1000111 | 110001 | 101 | 101010110 | 1011000 | 111110 |
Color Harmonies of #F3477C
Complementary color
Monochromatic Colors of #F3477C
Black with #F3477C
Text Example
Text Example
White with #F3477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3477C; }
p { color: rgb(243,71,124); }
H1.HeaderClassName
{
color: #F3477C;
}
.AnyTagClassName
{
color: #F3477C;
}
</style>
background-color css
<style>
a { background-color: #F3477C; }
a { background-color: rgb(243,71,124); }
div.DivClassName
{
background-color: #F3477C;
}
.BgClassName
{
background-color: #F3477C;
}
</style>
border-color css
<style>
span { border-color: #F3477C; }
span { border-color: rgb(243,71,124); }
td.TdClassName
{
border-color: #F3477C;
}
.TagClassName
{
border-color: #F3477C;
}
</style>