Shades of Paris Daisy #F1FE41
Tints of Paris Daisy #F1FE41
RGB
CMYK
RGB Variations
Color information
#F1FE41 (or 0xF1FE41) is known color: Paris Daisy. HEX triplet: F1, FE and 41. RGB value is (241,254,65). Sum of RGB (Red+Green+Blue) = 241+254+65=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 65 (25.78% from 255 or 11.61% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FE41 is #0E01BE. Grayscale: #E5E5E5. Windows color (decimal): -917951 or 4325105. OLE color: 4325105.
HSL color Cylindrical-coordinate representation of color #F1FE41: hue angle of 64.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1FE41 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 65 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.00 |
| HSL | 64.13º | 0.99% | 0.63% | - |
| HSV(B) | 64.13º | 0.74% | 1% | - |
| XYZ | 72.67 | 89.97 | 18.54 | - |
| YUV | 228.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 65 | 0.05 | 0 | 0.74 | 0.00 | 64.13 | 0.99 | 0.63 |
| Hex | F1 | FE | 41 | 5 | 0 | 4A | 0 | 40 | 63 | 3F |
| Octal | 361 | 376 | 101 | 5 | 0 | 112 | 0 | 100 | 143 | 77 |
| Binary | 11110001 | 11111110 | 1000001 | 101 | 0 | 1001010 | 0 | 1000000 | 1100011 | 111111 |
Color Harmonies of #F1FE41
Complementary color
Monochromatic Colors of #F1FE41
Black with #F1FE41
Text Example
Text Example
White with #F1FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE41; }
p { color: rgb(241,254,65); }
H1.HeaderClassName
{
color: #F1FE41;
}
.AnyTagClassName
{
color: #F1FE41;
}
</style>
background-color css
<style>
a { background-color: #F1FE41; }
a { background-color: rgb(241,254,65); }
div.DivClassName
{
background-color: #F1FE41;
}
.BgClassName
{
background-color: #F1FE41;
}
</style>
border-color css
<style>
span { border-color: #F1FE41; }
span { border-color: rgb(241,254,65); }
td.TdClassName
{
border-color: #F1FE41;
}
.TagClassName
{
border-color: #F1FE41;
}
</style>