Shades of French Rose #F25B8D
Tints of French Rose #F25B8D
RGB
CMYK
RGB Variations
Color information
#F25B8D (or 0xF25B8D) is known color: French Rose. HEX triplet: F2, 5B and 8D. RGB value is (242,91,141). Sum of RGB (Red+Green+Blue) = 242+91+141=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25B8D is #0DA472. Grayscale: #8D8D8D. Windows color (decimal): -894067 or 9264114. OLE color: 9264114.
HSL color Cylindrical-coordinate representation of color #F25B8D: hue angle of 340.13º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B8D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 141 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.05 |
| HSL | 340.13º | 0.85% | 0.65% | - |
| HSV(B) | 340.13º | 0.62% | 0.95% | - |
| XYZ | 45.17 | 28.28 | 28.28 | - |
| YUV | 141.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 141 | 0 | 0.62 | 0.42 | 0.05 | 340.13 | 0.85 | 0.65 |
| Hex | F2 | 5B | 8D | 0 | 3E | 2A | 5 | 154 | 55 | 41 |
| Octal | 362 | 133 | 215 | 0 | 76 | 52 | 5 | 524 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10001101 | 0 | 111110 | 101010 | 101 | 101010100 | 1010101 | 1000001 |
Color Harmonies of #F25B8D
Complementary color
Monochromatic Colors of #F25B8D
Black with #F25B8D
Text Example
Text Example
White with #F25B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B8D; }
p { color: rgb(242,91,141); }
H1.HeaderClassName
{
color: #F25B8D;
}
.AnyTagClassName
{
color: #F25B8D;
}
</style>
background-color css
<style>
a { background-color: #F25B8D; }
a { background-color: rgb(242,91,141); }
div.DivClassName
{
background-color: #F25B8D;
}
.BgClassName
{
background-color: #F25B8D;
}
</style>
border-color css
<style>
span { border-color: #F25B8D; }
span { border-color: rgb(242,91,141); }
td.TdClassName
{
border-color: #F25B8D;
}
.TagClassName
{
border-color: #F25B8D;
}
</style>