Shades of Paris Daisy #F0F141
Tints of Paris Daisy #F0F141
RGB
CMYK
RGB Variations
Color information
#F0F141 (or 0xF0F141) is known color: Paris Daisy. HEX triplet: F0, F1 and 41. RGB value is (240,241,65). Sum of RGB (Red+Green+Blue) = 240+241+65=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F141 is #0F0EBE. Grayscale: #DDDDDD. Windows color (decimal): -986815 or 4321776. OLE color: 4321776.
HSL color Cylindrical-coordinate representation of color #F0F141: hue angle of 60.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0F141 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 65 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.05 |
| HSL | 60.34º | 0.86% | 0.6% | - |
| HSV(B) | 60.34º | 0.73% | 0.95% | - |
| XYZ | 68.34 | 81.82 | 17.19 | - |
| YUV | 220.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 65 | 0.00 | 0 | 0.73 | 0.05 | 60.34 | 0.86 | 0.6 |
| Hex | F0 | F1 | 41 | 0 | 0 | 49 | 5 | 3C | 56 | 3C |
| Octal | 360 | 361 | 101 | 0 | 0 | 111 | 5 | 74 | 126 | 74 |
| Binary | 11110000 | 11110001 | 1000001 | 0 | 0 | 1001001 | 101 | 111100 | 1010110 | 111100 |
Color Harmonies of #F0F141
Complementary color
Monochromatic Colors of #F0F141
Black with #F0F141
Text Example
Text Example
White with #F0F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F141; }
p { color: rgb(240,241,65); }
H1.HeaderClassName
{
color: #F0F141;
}
.AnyTagClassName
{
color: #F0F141;
}
</style>
background-color css
<style>
a { background-color: #F0F141; }
a { background-color: rgb(240,241,65); }
div.DivClassName
{
background-color: #F0F141;
}
.BgClassName
{
background-color: #F0F141;
}
</style>
border-color css
<style>
span { border-color: #F0F141; }
span { border-color: rgb(240,241,65); }
td.TdClassName
{
border-color: #F0F141;
}
.TagClassName
{
border-color: #F0F141;
}
</style>