Shades of Paris Daisy #F1FF46
Tints of Paris Daisy #F1FF46
RGB
CMYK
RGB Variations
Color information
#F1FF46 (or 0xF1FF46) is known color: Paris Daisy. HEX triplet: F1, FF and 46. RGB value is (241,255,70). Sum of RGB (Red+Green+Blue) = 241+255+70=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 70 (27.73% from 255 or 12.37% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF46 is #0E00B9. Grayscale: #E6E6E6. Windows color (decimal): -917690 or 4653041. OLE color: 4653041.
HSL color Cylindrical-coordinate representation of color #F1FF46: hue angle of 64.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1FF46 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 70 | - |
| CMYK | 0.05 | 0 | 0.73 | 0 |
| HSL | 64.54º | 1% | 0.64% | - |
| HSV(B) | 64.54º | 0.73% | 1% | - |
| XYZ | 73.14 | 90.66 | 19.44 | - |
| YUV | 229.72 | 37.86 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 70 | 0.05 | 0 | 0.73 | 0 | 64.54 | 1 | 0.64 |
| Hex | F1 | FF | 46 | 5 | 0 | 49 | 0 | 41 | 64 | 40 |
| Octal | 361 | 377 | 106 | 5 | 0 | 111 | 0 | 101 | 144 | 100 |
| Binary | 11110001 | 11111111 | 1000110 | 101 | 0 | 1001001 | 0 | 1000001 | 1100100 | 1000000 |
Color Harmonies of #F1FF46
Complementary color
Monochromatic Colors of #F1FF46
Black with #F1FF46
Text Example
Text Example
White with #F1FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF46; }
p { color: rgb(241,255,70); }
H1.HeaderClassName
{
color: #F1FF46;
}
.AnyTagClassName
{
color: #F1FF46;
}
</style>
background-color css
<style>
a { background-color: #F1FF46; }
a { background-color: rgb(241,255,70); }
div.DivClassName
{
background-color: #F1FF46;
}
.BgClassName
{
background-color: #F1FF46;
}
</style>
border-color css
<style>
span { border-color: #F1FF46; }
span { border-color: rgb(241,255,70); }
td.TdClassName
{
border-color: #F1FF46;
}
.TagClassName
{
border-color: #F1FF46;
}
</style>