Shades of Paris Daisy #F1F251
Tints of Paris Daisy #F1F251
RGB
CMYK
RGB Variations
Color information
#F1F251 (or 0xF1F251) is known color: Paris Daisy. HEX triplet: F1, F2 and 51. RGB value is (241,242,81). Sum of RGB (Red+Green+Blue) = 241+242+81=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F251 is #0E0DAE. Grayscale: #DFDFDF. Windows color (decimal): -921007 or 5370609. OLE color: 5370609.
HSL color Cylindrical-coordinate representation of color #F1F251: hue angle of 60.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1F251 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 81 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.05 |
| HSL | 60.37º | 0.86% | 0.63% | - |
| HSV(B) | 60.37º | 0.67% | 0.95% | - |
| XYZ | 69.51 | 82.8 | 20.1 | - |
| YUV | 223.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 81 | 0.00 | 0 | 0.67 | 0.05 | 60.37 | 0.86 | 0.63 |
| Hex | F1 | F2 | 51 | 0 | 0 | 43 | 5 | 3C | 56 | 3F |
| Octal | 361 | 362 | 121 | 0 | 0 | 103 | 5 | 74 | 126 | 77 |
| Binary | 11110001 | 11110010 | 1010001 | 0 | 0 | 1000011 | 101 | 111100 | 1010110 | 111111 |
Color Harmonies of #F1F251
Complementary color
Monochromatic Colors of #F1F251
Black with #F1F251
Text Example
Text Example
White with #F1F251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F251; }
p { color: rgb(241,242,81); }
H1.HeaderClassName
{
color: #F1F251;
}
.AnyTagClassName
{
color: #F1F251;
}
</style>
background-color css
<style>
a { background-color: #F1F251; }
a { background-color: rgb(241,242,81); }
div.DivClassName
{
background-color: #F1F251;
}
.BgClassName
{
background-color: #F1F251;
}
</style>
border-color css
<style>
span { border-color: #F1F251; }
span { border-color: rgb(241,242,81); }
td.TdClassName
{
border-color: #F1F251;
}
.TagClassName
{
border-color: #F1F251;
}
</style>