Shades of Paris Daisy #F0FD41
Tints of Paris Daisy #F0FD41
RGB
CMYK
RGB Variations
Color information
#F0FD41 (or 0xF0FD41) is known color: Paris Daisy. HEX triplet: F0, FD and 41. RGB value is (240,253,65). Sum of RGB (Red+Green+Blue) = 240+253+65=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD41 is #0F02BE. Grayscale: #E4E4E4. Windows color (decimal): -983743 or 4324848. OLE color: 4324848.
HSL color Cylindrical-coordinate representation of color #F0FD41: hue angle of 64.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0FD41 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 65 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.01 |
| HSL | 64.15º | 0.98% | 0.62% | - |
| HSV(B) | 64.15º | 0.74% | 0.99% | - |
| XYZ | 72.01 | 89.16 | 18.41 | - |
| YUV | 227.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 65 | 0.05 | 0 | 0.74 | 0.01 | 64.15 | 0.98 | 0.62 |
| Hex | F0 | FD | 41 | 5 | 0 | 4A | 1 | 40 | 62 | 3E |
| Octal | 360 | 375 | 101 | 5 | 0 | 112 | 1 | 100 | 142 | 76 |
| Binary | 11110000 | 11111101 | 1000001 | 101 | 0 | 1001010 | 1 | 1000000 | 1100010 | 111110 |
Color Harmonies of #F0FD41
Complementary color
Monochromatic Colors of #F0FD41
Black with #F0FD41
Text Example
Text Example
White with #F0FD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD41; }
p { color: rgb(240,253,65); }
H1.HeaderClassName
{
color: #F0FD41;
}
.AnyTagClassName
{
color: #F0FD41;
}
</style>
background-color css
<style>
a { background-color: #F0FD41; }
a { background-color: rgb(240,253,65); }
div.DivClassName
{
background-color: #F0FD41;
}
.BgClassName
{
background-color: #F0FD41;
}
</style>
border-color css
<style>
span { border-color: #F0FD41; }
span { border-color: rgb(240,253,65); }
td.TdClassName
{
border-color: #F0FD41;
}
.TagClassName
{
border-color: #F0FD41;
}
</style>