Shades of Paris Daisy #F0F254
Tints of Paris Daisy #F0F254
RGB
CMYK
RGB Variations
Color information
#F0F254 (or 0xF0F254) is known color: Paris Daisy. HEX triplet: F0, F2 and 54. RGB value is (240,242,84). Sum of RGB (Red+Green+Blue) = 240+242+84=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F254 is #0F0DAB. Grayscale: #E0E0E0. Windows color (decimal): -986540 or 5567216. OLE color: 5567216.
HSL color Cylindrical-coordinate representation of color #F0F254: hue angle of 60.76º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F254 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 84 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 60.76º | 0.86% | 0.64% | - |
| HSV(B) | 60.76º | 0.65% | 0.95% | - |
| XYZ | 69.29 | 82.67 | 20.69 | - |
| YUV | 223.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 84 | 0.01 | 0 | 0.65 | 0.05 | 60.76 | 0.86 | 0.64 |
| Hex | F0 | F2 | 54 | 1 | 0 | 41 | 5 | 3D | 56 | 40 |
| Octal | 360 | 362 | 124 | 1 | 0 | 101 | 5 | 75 | 126 | 100 |
| Binary | 11110000 | 11110010 | 1010100 | 1 | 0 | 1000001 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #F0F254
Complementary color
Monochromatic Colors of #F0F254
Black with #F0F254
Text Example
Text Example
White with #F0F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F254; }
p { color: rgb(240,242,84); }
H1.HeaderClassName
{
color: #F0F254;
}
.AnyTagClassName
{
color: #F0F254;
}
</style>
background-color css
<style>
a { background-color: #F0F254; }
a { background-color: rgb(240,242,84); }
div.DivClassName
{
background-color: #F0F254;
}
.BgClassName
{
background-color: #F0F254;
}
</style>
border-color css
<style>
span { border-color: #F0F254; }
span { border-color: rgb(240,242,84); }
td.TdClassName
{
border-color: #F0F254;
}
.TagClassName
{
border-color: #F0F254;
}
</style>