Shades of French Rose #F25C93
Tints of French Rose #F25C93
RGB
CMYK
RGB Variations
Color information
#F25C93 (or 0xF25C93) is known color: French Rose. HEX triplet: F2, 5C and 93. RGB value is (242,92,147). Sum of RGB (Red+Green+Blue) = 242+92+147=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C93 is #0DA36C. Grayscale: #8F8F8F. Windows color (decimal): -893805 or 9657586. OLE color: 9657586.
HSL color Cylindrical-coordinate representation of color #F25C93: hue angle of 338º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C93 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 147 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.05 |
| HSL | 338º | 0.85% | 0.65% | - |
| HSV(B) | 338º | 0.62% | 0.95% | - |
| XYZ | 45.71 | 28.64 | 30.72 | - |
| YUV | 143.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 147 | 0 | 0.62 | 0.39 | 0.05 | 338 | 0.85 | 0.65 |
| Hex | F2 | 5C | 93 | 0 | 3E | 27 | 5 | 152 | 55 | 41 |
| Octal | 362 | 134 | 223 | 0 | 76 | 47 | 5 | 522 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10010011 | 0 | 111110 | 100111 | 101 | 101010010 | 1010101 | 1000001 |
Color Harmonies of #F25C93
Complementary color
Monochromatic Colors of #F25C93
Black with #F25C93
Text Example
Text Example
White with #F25C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C93; }
p { color: rgb(242,92,147); }
H1.HeaderClassName
{
color: #F25C93;
}
.AnyTagClassName
{
color: #F25C93;
}
</style>
background-color css
<style>
a { background-color: #F25C93; }
a { background-color: rgb(242,92,147); }
div.DivClassName
{
background-color: #F25C93;
}
.BgClassName
{
background-color: #F25C93;
}
</style>
border-color css
<style>
span { border-color: #F25C93; }
span { border-color: rgb(242,92,147); }
td.TdClassName
{
border-color: #F25C93;
}
.TagClassName
{
border-color: #F25C93;
}
</style>