Shades of French Rose #F1528C
Tints of French Rose #F1528C
RGB
CMYK
RGB Variations
Color information
#F1528C (or 0xF1528C) is known color: French Rose. HEX triplet: F1, 52 and 8C. RGB value is (241,82,140). Sum of RGB (Red+Green+Blue) = 241+82+140=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1528C is #0EAD73. Grayscale: #888888. Windows color (decimal): -961908 or 9196273. OLE color: 9196273.
HSL color Cylindrical-coordinate representation of color #F1528C: hue angle of 338.11º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1528C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 140 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.05 |
| HSL | 338.11º | 0.85% | 0.63% | - |
| HSV(B) | 338.11º | 0.66% | 0.95% | - |
| XYZ | 44.03 | 26.63 | 27.63 | - |
| YUV | 136.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 140 | 0 | 0.66 | 0.42 | 0.05 | 338.11 | 0.85 | 0.63 |
| Hex | F1 | 52 | 8C | 0 | 42 | 2A | 5 | 152 | 55 | 3F |
| Octal | 361 | 122 | 214 | 0 | 102 | 52 | 5 | 522 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10001100 | 0 | 1000010 | 101010 | 101 | 101010010 | 1010101 | 111111 |
Color Harmonies of #F1528C
Complementary color
Monochromatic Colors of #F1528C
Black with #F1528C
Text Example
Text Example
White with #F1528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1528C; }
p { color: rgb(241,82,140); }
H1.HeaderClassName
{
color: #F1528C;
}
.AnyTagClassName
{
color: #F1528C;
}
</style>
background-color css
<style>
a { background-color: #F1528C; }
a { background-color: rgb(241,82,140); }
div.DivClassName
{
background-color: #F1528C;
}
.BgClassName
{
background-color: #F1528C;
}
</style>
border-color css
<style>
span { border-color: #F1528C; }
span { border-color: rgb(241,82,140); }
td.TdClassName
{
border-color: #F1528C;
}
.TagClassName
{
border-color: #F1528C;
}
</style>