Shades of French Rose #F35A8D
Tints of French Rose #F35A8D
RGB
CMYK
RGB Variations
Color information
#F35A8D (or 0xF35A8D) is known color: French Rose. HEX triplet: F3, 5A and 8D. RGB value is (243,90,141). Sum of RGB (Red+Green+Blue) = 243+90+141=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8D is #0CA572. Grayscale: #8D8D8D. Windows color (decimal): -828787 or 9263859. OLE color: 9263859.
HSL color Cylindrical-coordinate representation of color #F35A8D: hue angle of 340º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35A8D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 141 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.05 |
| HSL | 340º | 0.86% | 0.65% | - |
| HSV(B) | 340º | 0.63% | 0.95% | - |
| XYZ | 45.43 | 28.29 | 28.27 | - |
| YUV | 141.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 141 | 0 | 0.63 | 0.42 | 0.05 | 340 | 0.86 | 0.65 |
| Hex | F3 | 5A | 8D | 0 | 3F | 2A | 5 | 154 | 56 | 41 |
| Octal | 363 | 132 | 215 | 0 | 77 | 52 | 5 | 524 | 126 | 101 |
| Binary | 11110011 | 1011010 | 10001101 | 0 | 111111 | 101010 | 101 | 101010100 | 1010110 | 1000001 |
Color Harmonies of #F35A8D
Complementary color
Monochromatic Colors of #F35A8D
Black with #F35A8D
Text Example
Text Example
White with #F35A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A8D; }
p { color: rgb(243,90,141); }
H1.HeaderClassName
{
color: #F35A8D;
}
.AnyTagClassName
{
color: #F35A8D;
}
</style>
background-color css
<style>
a { background-color: #F35A8D; }
a { background-color: rgb(243,90,141); }
div.DivClassName
{
background-color: #F35A8D;
}
.BgClassName
{
background-color: #F35A8D;
}
</style>
border-color css
<style>
span { border-color: #F35A8D; }
span { border-color: rgb(243,90,141); }
td.TdClassName
{
border-color: #F35A8D;
}
.TagClassName
{
border-color: #F35A8D;
}
</style>