Shades of French Rose #F25192
Tints of French Rose #F25192
RGB
CMYK
RGB Variations
Color information
#F25192 (or 0xF25192) is known color: French Rose. HEX triplet: F2, 51 and 92. RGB value is (242,81,146). Sum of RGB (Red+Green+Blue) = 242+81+146=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F25192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25192 is #0DAE6D. Grayscale: #888888. Windows color (decimal): -896622 or 9589234. OLE color: 9589234.
HSL color Cylindrical-coordinate representation of color #F25192: hue angle of 335.78º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25192 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 146 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.05 |
| HSL | 335.78º | 0.86% | 0.63% | - |
| HSV(B) | 335.78º | 0.67% | 0.95% | - |
| XYZ | 44.75 | 26.84 | 30.02 | - |
| YUV | 136.55 | 133.34 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 146 | 0 | 0.67 | 0.40 | 0.05 | 335.78 | 0.86 | 0.63 |
| Hex | F2 | 51 | 92 | 0 | 43 | 28 | 5 | 150 | 56 | 3F |
| Octal | 362 | 121 | 222 | 0 | 103 | 50 | 5 | 520 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10010010 | 0 | 1000011 | 101000 | 101 | 101010000 | 1010110 | 111111 |
Color Harmonies of #F25192
Complementary color
Monochromatic Colors of #F25192
Black with #F25192
Text Example
Text Example
White with #F25192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25192; }
p { color: rgb(242,81,146); }
H1.HeaderClassName
{
color: #F25192;
}
.AnyTagClassName
{
color: #F25192;
}
</style>
background-color css
<style>
a { background-color: #F25192; }
a { background-color: rgb(242,81,146); }
div.DivClassName
{
background-color: #F25192;
}
.BgClassName
{
background-color: #F25192;
}
</style>
border-color css
<style>
span { border-color: #F25192; }
span { border-color: rgb(242,81,146); }
td.TdClassName
{
border-color: #F25192;
}
.TagClassName
{
border-color: #F25192;
}
</style>