Shades of French Rose #F2508F
Tints of French Rose #F2508F
RGB
CMYK
RGB Variations
Color information
#F2508F (or 0xF2508F) is known color: French Rose. HEX triplet: F2, 50 and 8F. RGB value is (242,80,143). Sum of RGB (Red+Green+Blue) = 242+80+143=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2508F is #0DAF70. Grayscale: #878787. Windows color (decimal): -896881 or 9392370. OLE color: 9392370.
HSL color Cylindrical-coordinate representation of color #F2508F: hue angle of 336.67º 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 #F2508F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 143 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.05 |
| HSL | 336.67º | 0.86% | 0.63% | - |
| HSV(B) | 336.67º | 0.67% | 0.95% | - |
| XYZ | 44.44 | 26.6 | 28.78 | - |
| YUV | 135.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 143 | 0 | 0.67 | 0.41 | 0.05 | 336.67 | 0.86 | 0.63 |
| Hex | F2 | 50 | 8F | 0 | 43 | 29 | 5 | 151 | 56 | 3F |
| Octal | 362 | 120 | 217 | 0 | 103 | 51 | 5 | 521 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10001111 | 0 | 1000011 | 101001 | 101 | 101010001 | 1010110 | 111111 |
Color Harmonies of #F2508F
Complementary color
Monochromatic Colors of #F2508F
Black with #F2508F
Text Example
Text Example
White with #F2508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2508F; }
p { color: rgb(242,80,143); }
H1.HeaderClassName
{
color: #F2508F;
}
.AnyTagClassName
{
color: #F2508F;
}
</style>
background-color css
<style>
a { background-color: #F2508F; }
a { background-color: rgb(242,80,143); }
div.DivClassName
{
background-color: #F2508F;
}
.BgClassName
{
background-color: #F2508F;
}
</style>
border-color css
<style>
span { border-color: #F2508F; }
span { border-color: rgb(242,80,143); }
td.TdClassName
{
border-color: #F2508F;
}
.TagClassName
{
border-color: #F2508F;
}
</style>