Shades of French Rose #F25393
Tints of French Rose #F25393
RGB
CMYK
RGB Variations
Color information
#F25393 (or 0xF25393) is known color: French Rose. HEX triplet: F2, 53 and 93. RGB value is (242,83,147). Sum of RGB (Red+Green+Blue) = 242+83+147=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F25393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25393 is #0DAC6C. Grayscale: #898989. Windows color (decimal): -896109 or 9655282. OLE color: 9655282.
HSL color Cylindrical-coordinate representation of color #F25393: hue angle of 335.85º 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 #F25393 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 147 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.05 |
| HSL | 335.85º | 0.86% | 0.64% | - |
| HSV(B) | 335.85º | 0.66% | 0.95% | - |
| XYZ | 44.98 | 27.17 | 30.48 | - |
| YUV | 137.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 147 | 0 | 0.66 | 0.39 | 0.05 | 335.85 | 0.86 | 0.64 |
| Hex | F2 | 53 | 93 | 0 | 42 | 27 | 5 | 150 | 56 | 40 |
| Octal | 362 | 123 | 223 | 0 | 102 | 47 | 5 | 520 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10010011 | 0 | 1000010 | 100111 | 101 | 101010000 | 1010110 | 1000000 |
Color Harmonies of #F25393
Complementary color
Monochromatic Colors of #F25393
Black with #F25393
Text Example
Text Example
White with #F25393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25393; }
p { color: rgb(242,83,147); }
H1.HeaderClassName
{
color: #F25393;
}
.AnyTagClassName
{
color: #F25393;
}
</style>
background-color css
<style>
a { background-color: #F25393; }
a { background-color: rgb(242,83,147); }
div.DivClassName
{
background-color: #F25393;
}
.BgClassName
{
background-color: #F25393;
}
</style>
border-color css
<style>
span { border-color: #F25393; }
span { border-color: rgb(242,83,147); }
td.TdClassName
{
border-color: #F25393;
}
.TagClassName
{
border-color: #F25393;
}
</style>