Shades of French Rose #F25690
Tints of French Rose #F25690
RGB
CMYK
RGB Variations
Color information
#F25690 (or 0xF25690) is known color: French Rose. HEX triplet: F2, 56 and 90. RGB value is (242,86,144). Sum of RGB (Red+Green+Blue) = 242+86+144=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25690 is #0DA96F. Grayscale: #8B8B8B. Windows color (decimal): -895344 or 9459442. OLE color: 9459442.
HSL color Cylindrical-coordinate representation of color #F25690: hue angle of 337.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25690 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 144 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.05 |
| HSL | 337.69º | 0.86% | 0.64% | - |
| HSV(B) | 337.69º | 0.64% | 0.95% | - |
| XYZ | 44.98 | 27.55 | 29.33 | - |
| YUV | 139.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 144 | 0 | 0.64 | 0.40 | 0.05 | 337.69 | 0.86 | 0.64 |
| Hex | F2 | 56 | 90 | 0 | 40 | 28 | 5 | 152 | 56 | 40 |
| Octal | 362 | 126 | 220 | 0 | 100 | 50 | 5 | 522 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10010000 | 0 | 1000000 | 101000 | 101 | 101010010 | 1010110 | 1000000 |
Color Harmonies of #F25690
Complementary color
Monochromatic Colors of #F25690
Black with #F25690
Text Example
Text Example
White with #F25690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25690; }
p { color: rgb(242,86,144); }
H1.HeaderClassName
{
color: #F25690;
}
.AnyTagClassName
{
color: #F25690;
}
</style>
background-color css
<style>
a { background-color: #F25690; }
a { background-color: rgb(242,86,144); }
div.DivClassName
{
background-color: #F25690;
}
.BgClassName
{
background-color: #F25690;
}
</style>
border-color css
<style>
span { border-color: #F25690; }
span { border-color: rgb(242,86,144); }
td.TdClassName
{
border-color: #F25690;
}
.TagClassName
{
border-color: #F25690;
}
</style>