Shades of French Rose #F0528B
Tints of French Rose #F0528B
RGB
CMYK
RGB Variations
Color information
#F0528B (or 0xF0528B) is known color: French Rose. HEX triplet: F0, 52 and 8B. RGB value is (240,82,139). Sum of RGB (Red+Green+Blue) = 240+82+139=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0528B is #0FAD74. Grayscale: #878787. Windows color (decimal): -1027445 or 9130736. OLE color: 9130736.
HSL color Cylindrical-coordinate representation of color #F0528B: hue angle of 338.35º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0528B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 139 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.06 |
| HSL | 338.35º | 0.84% | 0.63% | - |
| HSV(B) | 338.35º | 0.66% | 0.94% | - |
| XYZ | 43.61 | 26.42 | 27.23 | - |
| YUV | 135.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 139 | 0 | 0.66 | 0.42 | 0.06 | 338.35 | 0.84 | 0.63 |
| Hex | F0 | 52 | 8B | 0 | 42 | 2A | 6 | 152 | 54 | 3F |
| Octal | 360 | 122 | 213 | 0 | 102 | 52 | 6 | 522 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10001011 | 0 | 1000010 | 101010 | 110 | 101010010 | 1010100 | 111111 |
Color Harmonies of #F0528B
Complementary color
Monochromatic Colors of #F0528B
Black with #F0528B
Text Example
Text Example
White with #F0528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0528B; }
p { color: rgb(240,82,139); }
H1.HeaderClassName
{
color: #F0528B;
}
.AnyTagClassName
{
color: #F0528B;
}
</style>
background-color css
<style>
a { background-color: #F0528B; }
a { background-color: rgb(240,82,139); }
div.DivClassName
{
background-color: #F0528B;
}
.BgClassName
{
background-color: #F0528B;
}
</style>
border-color css
<style>
span { border-color: #F0528B; }
span { border-color: rgb(240,82,139); }
td.TdClassName
{
border-color: #F0528B;
}
.TagClassName
{
border-color: #F0528B;
}
</style>