Shades of French Rose #F34C7E
Tints of French Rose #F34C7E
RGB
CMYK
RGB Variations
Color information
#F34C7E (or 0xF34C7E) is known color: French Rose. HEX triplet: F3, 4C and 7E. RGB value is (243,76,126). Sum of RGB (Red+Green+Blue) = 243+76+126=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C7E is #0CB381. Grayscale: #838383. Windows color (decimal): -832386 or 8277235. OLE color: 8277235.
HSL color Cylindrical-coordinate representation of color #F34C7E: hue angle of 342.04º 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 #F34C7E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 126 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.05 |
| HSL | 342.04º | 0.87% | 0.63% | - |
| HSV(B) | 342.04º | 0.69% | 0.95% | - |
| XYZ | 43.31 | 25.73 | 22.42 | - |
| YUV | 131.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 126 | 0 | 0.69 | 0.48 | 0.05 | 342.04 | 0.87 | 0.63 |
| Hex | F3 | 4C | 7E | 0 | 45 | 30 | 5 | 156 | 57 | 3F |
| Octal | 363 | 114 | 176 | 0 | 105 | 60 | 5 | 526 | 127 | 77 |
| Binary | 11110011 | 1001100 | 1111110 | 0 | 1000101 | 110000 | 101 | 101010110 | 1010111 | 111111 |
Color Harmonies of #F34C7E
Complementary color
Monochromatic Colors of #F34C7E
Black with #F34C7E
Text Example
Text Example
White with #F34C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C7E; }
p { color: rgb(243,76,126); }
H1.HeaderClassName
{
color: #F34C7E;
}
.AnyTagClassName
{
color: #F34C7E;
}
</style>
background-color css
<style>
a { background-color: #F34C7E; }
a { background-color: rgb(243,76,126); }
div.DivClassName
{
background-color: #F34C7E;
}
.BgClassName
{
background-color: #F34C7E;
}
</style>
border-color css
<style>
span { border-color: #F34C7E; }
span { border-color: rgb(243,76,126); }
td.TdClassName
{
border-color: #F34C7E;
}
.TagClassName
{
border-color: #F34C7E;
}
</style>