Shades of French Rose #F0508F
Tints of French Rose #F0508F
RGB
CMYK
RGB Variations
Color information
#F0508F (or 0xF0508F) is known color: French Rose. HEX triplet: F0, 50 and 8F. RGB value is (240,80,143). Sum of RGB (Red+Green+Blue) = 240+80+143=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0508F is #0FAF70. Grayscale: #868686. Windows color (decimal): -1027953 or 9392368. OLE color: 9392368.
HSL color Cylindrical-coordinate representation of color #F0508F: hue angle of 336.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0508F is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 143 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.06 |
| HSL | 336.38º | 0.84% | 0.63% | - |
| HSV(B) | 336.38º | 0.67% | 0.94% | - |
| XYZ | 43.76 | 26.25 | 28.75 | - |
| YUV | 135.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 143 | 0 | 0.67 | 0.40 | 0.06 | 336.38 | 0.84 | 0.63 |
| Hex | F0 | 50 | 8F | 0 | 43 | 28 | 6 | 150 | 54 | 3F |
| Octal | 360 | 120 | 217 | 0 | 103 | 50 | 6 | 520 | 124 | 77 |
| Binary | 11110000 | 1010000 | 10001111 | 0 | 1000011 | 101000 | 110 | 101010000 | 1010100 | 111111 |
Color Harmonies of #F0508F
Complementary color
Monochromatic Colors of #F0508F
Black with #F0508F
Text Example
Text Example
White with #F0508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0508F; }
p { color: rgb(240,80,143); }
H1.HeaderClassName
{
color: #F0508F;
}
.AnyTagClassName
{
color: #F0508F;
}
</style>
background-color css
<style>
a { background-color: #F0508F; }
a { background-color: rgb(240,80,143); }
div.DivClassName
{
background-color: #F0508F;
}
.BgClassName
{
background-color: #F0508F;
}
</style>
border-color css
<style>
span { border-color: #F0508F; }
span { border-color: rgb(240,80,143); }
td.TdClassName
{
border-color: #F0508F;
}
.TagClassName
{
border-color: #F0508F;
}
</style>