Shades of French Rose #F25294
Tints of French Rose #F25294
RGB
CMYK
RGB Variations
Color information
#F25294 (or 0xF25294) is known color: French Rose. HEX triplet: F2, 52 and 94. RGB value is (242,82,148). Sum of RGB (Red+Green+Blue) = 242+82+148=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25294 is #0DAD6B. Grayscale: #898989. Windows color (decimal): -896364 or 9720562. OLE color: 9720562.
HSL color Cylindrical-coordinate representation of color #F25294: hue angle of 335.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25294 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 148 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.05 |
| HSL | 335.25º | 0.86% | 0.64% | - |
| HSV(B) | 335.25º | 0.66% | 0.95% | - |
| XYZ | 44.98 | 27.05 | 30.87 | - |
| YUV | 137.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 148 | 0 | 0.66 | 0.39 | 0.05 | 335.25 | 0.86 | 0.64 |
| Hex | F2 | 52 | 94 | 0 | 42 | 27 | 5 | 14F | 56 | 40 |
| Octal | 362 | 122 | 224 | 0 | 102 | 47 | 5 | 517 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10010100 | 0 | 1000010 | 100111 | 101 | 101001111 | 1010110 | 1000000 |
Color Harmonies of #F25294
Complementary color
Monochromatic Colors of #F25294
Black with #F25294
Text Example
Text Example
White with #F25294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25294; }
p { color: rgb(242,82,148); }
H1.HeaderClassName
{
color: #F25294;
}
.AnyTagClassName
{
color: #F25294;
}
</style>
background-color css
<style>
a { background-color: #F25294; }
a { background-color: rgb(242,82,148); }
div.DivClassName
{
background-color: #F25294;
}
.BgClassName
{
background-color: #F25294;
}
</style>
border-color css
<style>
span { border-color: #F25294; }
span { border-color: rgb(242,82,148); }
td.TdClassName
{
border-color: #F25294;
}
.TagClassName
{
border-color: #F25294;
}
</style>