Shades of French Rose #F25392
Tints of French Rose #F25392
RGB
CMYK
RGB Variations
Color information
#F25392 (or 0xF25392) is known color: French Rose. HEX triplet: F2, 53 and 92. RGB value is (242,83,146). Sum of RGB (Red+Green+Blue) = 242+83+146=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F25392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25392 is #0DAC6D. Grayscale: #898989. Windows color (decimal): -896110 or 9589746. OLE color: 9589746.
HSL color Cylindrical-coordinate representation of color #F25392: hue angle of 336.23º 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 #F25392 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 146 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.05 |
| HSL | 336.23º | 0.86% | 0.64% | - |
| HSV(B) | 336.23º | 0.66% | 0.95% | - |
| XYZ | 44.9 | 27.14 | 30.07 | - |
| YUV | 137.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 146 | 0 | 0.66 | 0.40 | 0.05 | 336.23 | 0.86 | 0.64 |
| Hex | F2 | 53 | 92 | 0 | 42 | 28 | 5 | 150 | 56 | 40 |
| Octal | 362 | 123 | 222 | 0 | 102 | 50 | 5 | 520 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10010010 | 0 | 1000010 | 101000 | 101 | 101010000 | 1010110 | 1000000 |
Color Harmonies of #F25392
Complementary color
Monochromatic Colors of #F25392
Black with #F25392
Text Example
Text Example
White with #F25392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25392; }
p { color: rgb(242,83,146); }
H1.HeaderClassName
{
color: #F25392;
}
.AnyTagClassName
{
color: #F25392;
}
</style>
background-color css
<style>
a { background-color: #F25392; }
a { background-color: rgb(242,83,146); }
div.DivClassName
{
background-color: #F25392;
}
.BgClassName
{
background-color: #F25392;
}
</style>
border-color css
<style>
span { border-color: #F25392; }
span { border-color: rgb(242,83,146); }
td.TdClassName
{
border-color: #F25392;
}
.TagClassName
{
border-color: #F25392;
}
</style>