Shades of French Rose #F65A8F
Tints of French Rose #F65A8F
RGB
CMYK
RGB Variations
Color information
#F65A8F (or 0xF65A8F) is known color: French Rose. HEX triplet: F6, 5A and 8F. RGB value is (246,90,143). Sum of RGB (Red+Green+Blue) = 246+90+143=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65A8F is #09A570. Grayscale: #8E8E8E. Windows color (decimal): -632177 or 9394934. OLE color: 9394934.
HSL color Cylindrical-coordinate representation of color #F65A8F: hue angle of 339.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65A8F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 143 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.04 |
| HSL | 339.62º | 0.9% | 0.66% | - |
| HSV(B) | 339.62º | 0.63% | 0.96% | - |
| XYZ | 46.62 | 28.89 | 29.11 | - |
| YUV | 142.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 143 | 0 | 0.63 | 0.42 | 0.04 | 339.62 | 0.9 | 0.66 |
| Hex | F6 | 5A | 8F | 0 | 3F | 2A | 4 | 154 | 5A | 42 |
| Octal | 366 | 132 | 217 | 0 | 77 | 52 | 4 | 524 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10001111 | 0 | 111111 | 101010 | 100 | 101010100 | 1011010 | 1000010 |
Color Harmonies of #F65A8F
Complementary color
Monochromatic Colors of #F65A8F
Black with #F65A8F
Text Example
Text Example
White with #F65A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A8F; }
p { color: rgb(246,90,143); }
H1.HeaderClassName
{
color: #F65A8F;
}
.AnyTagClassName
{
color: #F65A8F;
}
</style>
background-color css
<style>
a { background-color: #F65A8F; }
a { background-color: rgb(246,90,143); }
div.DivClassName
{
background-color: #F65A8F;
}
.BgClassName
{
background-color: #F65A8F;
}
</style>
border-color css
<style>
span { border-color: #F65A8F; }
span { border-color: rgb(246,90,143); }
td.TdClassName
{
border-color: #F65A8F;
}
.TagClassName
{
border-color: #F65A8F;
}
</style>