Shades of Paris Daisy #F0FC49
Tints of Paris Daisy #F0FC49
RGB
CMYK
RGB Variations
Color information
#F0FC49 (or 0xF0FC49) is known color: Paris Daisy. HEX triplet: F0, FC and 49. RGB value is (240,252,73). Sum of RGB (Red+Green+Blue) = 240+252+73=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 73 (28.91% from 255 or 12.92% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC49 is #0F03B6. Grayscale: #E4E4E4. Windows color (decimal): -983991 or 4848880. OLE color: 4848880.
HSL color Cylindrical-coordinate representation of color #F0FC49: hue angle of 64.02º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0FC49 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 73 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.01 |
| HSL | 64.02º | 0.97% | 0.64% | - |
| HSV(B) | 64.02º | 0.71% | 0.99% | - |
| XYZ | 71.95 | 88.63 | 19.62 | - |
| YUV | 228.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 73 | 0.05 | 0 | 0.71 | 0.01 | 64.02 | 0.97 | 0.64 |
| Hex | F0 | FC | 49 | 5 | 0 | 47 | 1 | 40 | 61 | 40 |
| Octal | 360 | 374 | 111 | 5 | 0 | 107 | 1 | 100 | 141 | 100 |
| Binary | 11110000 | 11111100 | 1001001 | 101 | 0 | 1000111 | 1 | 1000000 | 1100001 | 1000000 |
Color Harmonies of #F0FC49
Complementary color
Monochromatic Colors of #F0FC49
Black with #F0FC49
Text Example
Text Example
White with #F0FC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC49; }
p { color: rgb(240,252,73); }
H1.HeaderClassName
{
color: #F0FC49;
}
.AnyTagClassName
{
color: #F0FC49;
}
</style>
background-color css
<style>
a { background-color: #F0FC49; }
a { background-color: rgb(240,252,73); }
div.DivClassName
{
background-color: #F0FC49;
}
.BgClassName
{
background-color: #F0FC49;
}
</style>
border-color css
<style>
span { border-color: #F0FC49; }
span { border-color: rgb(240,252,73); }
td.TdClassName
{
border-color: #F0FC49;
}
.TagClassName
{
border-color: #F0FC49;
}
</style>