Shades of Paris Daisy #F1FE50
Tints of Paris Daisy #F1FE50
RGB
CMYK
RGB Variations
Color information
#F1FE50 (or 0xF1FE50) is known color: Paris Daisy. HEX triplet: F1, FE and 50. RGB value is (241,254,80). Sum of RGB (Red+Green+Blue) = 241+254+80=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE50 is #0E01AF. Grayscale: #E6E6E6. Windows color (decimal): -917936 or 5308145. OLE color: 5308145.
HSL color Cylindrical-coordinate representation of color #F1FE50: hue angle of 64.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1FE50 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 80 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.00 |
| HSL | 64.48º | 0.99% | 0.65% | - |
| HSV(B) | 64.48º | 0.69% | 1% | - |
| XYZ | 73.17 | 90.16 | 21.14 | - |
| YUV | 230.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 80 | 0.05 | 0 | 0.69 | 0.00 | 64.48 | 0.99 | 0.65 |
| Hex | F1 | FE | 50 | 5 | 0 | 45 | 0 | 40 | 63 | 41 |
| Octal | 361 | 376 | 120 | 5 | 0 | 105 | 0 | 100 | 143 | 101 |
| Binary | 11110001 | 11111110 | 1010000 | 101 | 0 | 1000101 | 0 | 1000000 | 1100011 | 1000001 |
Color Harmonies of #F1FE50
Complementary color
Monochromatic Colors of #F1FE50
Black with #F1FE50
Text Example
Text Example
White with #F1FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE50; }
p { color: rgb(241,254,80); }
H1.HeaderClassName
{
color: #F1FE50;
}
.AnyTagClassName
{
color: #F1FE50;
}
</style>
background-color css
<style>
a { background-color: #F1FE50; }
a { background-color: rgb(241,254,80); }
div.DivClassName
{
background-color: #F1FE50;
}
.BgClassName
{
background-color: #F1FE50;
}
</style>
border-color css
<style>
span { border-color: #F1FE50; }
span { border-color: rgb(241,254,80); }
td.TdClassName
{
border-color: #F1FE50;
}
.TagClassName
{
border-color: #F1FE50;
}
</style>