Shades of French Rose #F9528B
Tints of French Rose #F9528B
RGB
CMYK
RGB Variations
Color information
#F9528B (or 0xF9528B) is known color: French Rose. HEX triplet: F9, 52 and 8B. RGB value is (249,82,139). Sum of RGB (Red+Green+Blue) = 249+82+139=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9528B is #06AD74. Grayscale: #8A8A8A. Windows color (decimal): -437621 or 9130745. OLE color: 9130745.
HSL color Cylindrical-coordinate representation of color #F9528B: hue angle of 339.52º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9528B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 139 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.02 |
| HSL | 339.52º | 0.93% | 0.65% | - |
| HSV(B) | 339.52º | 0.67% | 0.98% | - |
| XYZ | 46.74 | 28.04 | 27.37 | - |
| YUV | 138.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 139 | 0 | 0.67 | 0.44 | 0.02 | 339.52 | 0.93 | 0.65 |
| Hex | F9 | 52 | 8B | 0 | 43 | 2C | 2 | 154 | 5D | 41 |
| Octal | 371 | 122 | 213 | 0 | 103 | 54 | 2 | 524 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10001011 | 0 | 1000011 | 101100 | 10 | 101010100 | 1011101 | 1000001 |
Color Harmonies of #F9528B
Complementary color
Monochromatic Colors of #F9528B
Black with #F9528B
Text Example
Text Example
White with #F9528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9528B; }
p { color: rgb(249,82,139); }
H1.HeaderClassName
{
color: #F9528B;
}
.AnyTagClassName
{
color: #F9528B;
}
</style>
background-color css
<style>
a { background-color: #F9528B; }
a { background-color: rgb(249,82,139); }
div.DivClassName
{
background-color: #F9528B;
}
.BgClassName
{
background-color: #F9528B;
}
</style>
border-color css
<style>
span { border-color: #F9528B; }
span { border-color: rgb(249,82,139); }
td.TdClassName
{
border-color: #F9528B;
}
.TagClassName
{
border-color: #F9528B;
}
</style>