Shades of Paris Daisy #F1FA53
Tints of Paris Daisy #F1FA53
RGB
CMYK
RGB Variations
Color information
#F1FA53 (or 0xF1FA53) is known color: Paris Daisy. HEX triplet: F1, FA and 53. RGB value is (241,250,83). Sum of RGB (Red+Green+Blue) = 241+250+83=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FA53 is #0E05AC. Grayscale: #E4E4E4. Windows color (decimal): -918957 or 5503729. OLE color: 5503729.
HSL color Cylindrical-coordinate representation of color #F1FA53: hue angle of 63.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1FA53 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 83 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.23º | 0.94% | 0.65% | - |
| HSV(B) | 63.23º | 0.67% | 0.98% | - |
| XYZ | 72.02 | 87.7 | 21.31 | - |
| YUV | 228.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 83 | 0.04 | 0 | 0.67 | 0.02 | 63.23 | 0.94 | 0.65 |
| Hex | F1 | FA | 53 | 4 | 0 | 43 | 2 | 3F | 5E | 41 |
| Octal | 361 | 372 | 123 | 4 | 0 | 103 | 2 | 77 | 136 | 101 |
| Binary | 11110001 | 11111010 | 1010011 | 100 | 0 | 1000011 | 10 | 111111 | 1011110 | 1000001 |
Color Harmonies of #F1FA53
Complementary color
Monochromatic Colors of #F1FA53
Black with #F1FA53
Text Example
Text Example
White with #F1FA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA53; }
p { color: rgb(241,250,83); }
H1.HeaderClassName
{
color: #F1FA53;
}
.AnyTagClassName
{
color: #F1FA53;
}
</style>
background-color css
<style>
a { background-color: #F1FA53; }
a { background-color: rgb(241,250,83); }
div.DivClassName
{
background-color: #F1FA53;
}
.BgClassName
{
background-color: #F1FA53;
}
</style>
border-color css
<style>
span { border-color: #F1FA53; }
span { border-color: rgb(241,250,83); }
td.TdClassName
{
border-color: #F1FA53;
}
.TagClassName
{
border-color: #F1FA53;
}
</style>