Shades of French Rose #F34A85
Tints of French Rose #F34A85
RGB
CMYK
RGB Variations
Color information
#F34A85 (or 0xF34A85) is known color: French Rose. HEX triplet: F3, 4A and 85. RGB value is (243,74,133). Sum of RGB (Red+Green+Blue) = 243+74+133=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34A85 is #0CB57A. Grayscale: #838383. Windows color (decimal): -832891 or 8735475. OLE color: 8735475.
HSL color Cylindrical-coordinate representation of color #F34A85: hue angle of 339.05º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A85 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 133 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.05 |
| HSL | 339.05º | 0.88% | 0.62% | - |
| HSV(B) | 339.05º | 0.7% | 0.95% | - |
| XYZ | 43.64 | 25.65 | 24.84 | - |
| YUV | 131.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 133 | 0 | 0.70 | 0.45 | 0.05 | 339.05 | 0.88 | 0.62 |
| Hex | F3 | 4A | 85 | 0 | 46 | 2D | 5 | 153 | 58 | 3E |
| Octal | 363 | 112 | 205 | 0 | 106 | 55 | 5 | 523 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10000101 | 0 | 1000110 | 101101 | 101 | 101010011 | 1011000 | 111110 |
Color Harmonies of #F34A85
Complementary color
Monochromatic Colors of #F34A85
Black with #F34A85
Text Example
Text Example
White with #F34A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A85; }
p { color: rgb(243,74,133); }
H1.HeaderClassName
{
color: #F34A85;
}
.AnyTagClassName
{
color: #F34A85;
}
</style>
background-color css
<style>
a { background-color: #F34A85; }
a { background-color: rgb(243,74,133); }
div.DivClassName
{
background-color: #F34A85;
}
.BgClassName
{
background-color: #F34A85;
}
</style>
border-color css
<style>
span { border-color: #F34A85; }
span { border-color: rgb(243,74,133); }
td.TdClassName
{
border-color: #F34A85;
}
.TagClassName
{
border-color: #F34A85;
}
</style>