Shades of Paris Daisy #F1FA54
Tints of Paris Daisy #F1FA54
RGB
CMYK
RGB Variations
Color information
#F1FA54 (or 0xF1FA54) is known color: Paris Daisy. HEX triplet: F1, FA and 54. RGB value is (241,250,84). Sum of RGB (Red+Green+Blue) = 241+250+84=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA54 is #0E05AB. Grayscale: #E5E5E5. Windows color (decimal): -918956 or 5569265. OLE color: 5569265.
HSL color Cylindrical-coordinate representation of color #F1FA54: hue angle of 63.25º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1FA54 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 84 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.02 |
| HSL | 63.25º | 0.94% | 0.65% | - |
| HSV(B) | 63.25º | 0.66% | 0.98% | - |
| XYZ | 72.06 | 87.71 | 21.52 | - |
| YUV | 228.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 84 | 0.04 | 0 | 0.66 | 0.02 | 63.25 | 0.94 | 0.65 |
| Hex | F1 | FA | 54 | 4 | 0 | 42 | 2 | 3F | 5E | 41 |
| Octal | 361 | 372 | 124 | 4 | 0 | 102 | 2 | 77 | 136 | 101 |
| Binary | 11110001 | 11111010 | 1010100 | 100 | 0 | 1000010 | 10 | 111111 | 1011110 | 1000001 |
Color Harmonies of #F1FA54
Complementary color
Monochromatic Colors of #F1FA54
Black with #F1FA54
Text Example
Text Example
White with #F1FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA54; }
p { color: rgb(241,250,84); }
H1.HeaderClassName
{
color: #F1FA54;
}
.AnyTagClassName
{
color: #F1FA54;
}
</style>
background-color css
<style>
a { background-color: #F1FA54; }
a { background-color: rgb(241,250,84); }
div.DivClassName
{
background-color: #F1FA54;
}
.BgClassName
{
background-color: #F1FA54;
}
</style>
border-color css
<style>
span { border-color: #F1FA54; }
span { border-color: rgb(241,250,84); }
td.TdClassName
{
border-color: #F1FA54;
}
.TagClassName
{
border-color: #F1FA54;
}
</style>