Shades of French Rose #F25588
Tints of French Rose #F25588
RGB
CMYK
RGB Variations
Color information
#F25588 (or 0xF25588) is known color: French Rose. HEX triplet: F2, 55 and 88. RGB value is (242,85,136). Sum of RGB (Red+Green+Blue) = 242+85+136=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F25588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25588 is #0DAA77. Grayscale: #898989. Windows color (decimal): -895608 or 8934898. OLE color: 8934898.
HSL color Cylindrical-coordinate representation of color #F25588: hue angle of 340.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25588 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 136 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.05 |
| HSL | 340.51º | 0.86% | 0.64% | - |
| HSV(B) | 340.51º | 0.65% | 0.95% | - |
| XYZ | 44.31 | 27.15 | 26.2 | - |
| YUV | 137.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 136 | 0 | 0.65 | 0.44 | 0.05 | 340.51 | 0.86 | 0.64 |
| Hex | F2 | 55 | 88 | 0 | 41 | 2C | 5 | 155 | 56 | 40 |
| Octal | 362 | 125 | 210 | 0 | 101 | 54 | 5 | 525 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10001000 | 0 | 1000001 | 101100 | 101 | 101010101 | 1010110 | 1000000 |
Color Harmonies of #F25588
Complementary color
Monochromatic Colors of #F25588
Black with #F25588
Text Example
Text Example
White with #F25588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25588; }
p { color: rgb(242,85,136); }
H1.HeaderClassName
{
color: #F25588;
}
.AnyTagClassName
{
color: #F25588;
}
</style>
background-color css
<style>
a { background-color: #F25588; }
a { background-color: rgb(242,85,136); }
div.DivClassName
{
background-color: #F25588;
}
.BgClassName
{
background-color: #F25588;
}
</style>
border-color css
<style>
span { border-color: #F25588; }
span { border-color: rgb(242,85,136); }
td.TdClassName
{
border-color: #F25588;
}
.TagClassName
{
border-color: #F25588;
}
</style>