Shades of Paris Daisy #F0FC41
Tints of Paris Daisy #F0FC41
RGB
CMYK
RGB Variations
Color information
#F0FC41 (or 0xF0FC41) is known color: Paris Daisy. HEX triplet: F0, FC and 41. RGB value is (240,252,65). Sum of RGB (Red+Green+Blue) = 240+252+65=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC41 is #0F03BE. Grayscale: #E3E3E3. Windows color (decimal): -983999 or 4324592. OLE color: 4324592.
HSL color Cylindrical-coordinate representation of color #F0FC41: hue angle of 63.85º degrees, saturation: 0.97, 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 #F0FC41 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 65 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.01 |
| HSL | 63.85º | 0.97% | 0.62% | - |
| HSV(B) | 63.85º | 0.74% | 0.99% | - |
| XYZ | 71.7 | 88.53 | 18.31 | - |
| YUV | 227.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 65 | 0.05 | 0 | 0.74 | 0.01 | 63.85 | 0.97 | 0.62 |
| Hex | F0 | FC | 41 | 5 | 0 | 4A | 1 | 40 | 61 | 3E |
| Octal | 360 | 374 | 101 | 5 | 0 | 112 | 1 | 100 | 141 | 76 |
| Binary | 11110000 | 11111100 | 1000001 | 101 | 0 | 1001010 | 1 | 1000000 | 1100001 | 111110 |
Color Harmonies of #F0FC41
Complementary color
Monochromatic Colors of #F0FC41
Black with #F0FC41
Text Example
Text Example
White with #F0FC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC41; }
p { color: rgb(240,252,65); }
H1.HeaderClassName
{
color: #F0FC41;
}
.AnyTagClassName
{
color: #F0FC41;
}
</style>
background-color css
<style>
a { background-color: #F0FC41; }
a { background-color: rgb(240,252,65); }
div.DivClassName
{
background-color: #F0FC41;
}
.BgClassName
{
background-color: #F0FC41;
}
</style>
border-color css
<style>
span { border-color: #F0FC41; }
span { border-color: rgb(240,252,65); }
td.TdClassName
{
border-color: #F0FC41;
}
.TagClassName
{
border-color: #F0FC41;
}
</style>