Shades of Paris Daisy #F1F848
Tints of Paris Daisy #F1F848
RGB
CMYK
RGB Variations
Color information
#F1F848 (or 0xF1F848) is known color: Paris Daisy. HEX triplet: F1, F8 and 48. RGB value is (241,248,72). Sum of RGB (Red+Green+Blue) = 241+248+72=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 72 (28.52% from 255 or 12.83% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F848 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F848 is #0E07B7. Grayscale: #E2E2E2. Windows color (decimal): -919480 or 4782321. OLE color: 4782321.
HSL color Cylindrical-coordinate representation of color #F1F848: hue angle of 62.39º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1F848 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 248 | 72 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.03 |
| HSL | 62.39º | 0.93% | 0.63% | - |
| HSV(B) | 62.39º | 0.71% | 0.97% | - |
| XYZ | 71.01 | 86.3 | 19.05 | - |
| YUV | 225.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 72 | 0.03 | 0 | 0.71 | 0.03 | 62.39 | 0.93 | 0.63 |
| Hex | F1 | F8 | 48 | 3 | 0 | 47 | 3 | 3E | 5D | 3F |
| Octal | 361 | 370 | 110 | 3 | 0 | 107 | 3 | 76 | 135 | 77 |
| Binary | 11110001 | 11111000 | 1001000 | 11 | 0 | 1000111 | 11 | 111110 | 1011101 | 111111 |
Color Harmonies of #F1F848
Complementary color
Monochromatic Colors of #F1F848
Black with #F1F848
Text Example
Text Example
White with #F1F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F848; }
p { color: rgb(241,248,72); }
H1.HeaderClassName
{
color: #F1F848;
}
.AnyTagClassName
{
color: #F1F848;
}
</style>
background-color css
<style>
a { background-color: #F1F848; }
a { background-color: rgb(241,248,72); }
div.DivClassName
{
background-color: #F1F848;
}
.BgClassName
{
background-color: #F1F848;
}
</style>
border-color css
<style>
span { border-color: #F1F848; }
span { border-color: rgb(241,248,72); }
td.TdClassName
{
border-color: #F1F848;
}
.TagClassName
{
border-color: #F1F848;
}
</style>