Shades of Paris Daisy #F0F346
Tints of Paris Daisy #F0F346
RGB
CMYK
RGB Variations
Color information
#F0F346 (or 0xF0F346) is known color: Paris Daisy. HEX triplet: F0, F3 and 46. RGB value is (240,243,70). Sum of RGB (Red+Green+Blue) = 240+243+70=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 70 (27.73% from 255 or 12.66% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F346 is #0F0CB9. Grayscale: #DFDFDF. Windows color (decimal): -986298 or 4649968. OLE color: 4649968.
HSL color Cylindrical-coordinate representation of color #F0F346: hue angle of 61.04º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0F346 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 70 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.05 |
| HSL | 61.04º | 0.88% | 0.61% | - |
| HSV(B) | 61.04º | 0.71% | 0.95% | - |
| XYZ | 69.09 | 83.07 | 18.19 | - |
| YUV | 222.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 70 | 0.01 | 0 | 0.71 | 0.05 | 61.04 | 0.88 | 0.61 |
| Hex | F0 | F3 | 46 | 1 | 0 | 47 | 5 | 3D | 58 | 3D |
| Octal | 360 | 363 | 106 | 1 | 0 | 107 | 5 | 75 | 130 | 75 |
| Binary | 11110000 | 11110011 | 1000110 | 1 | 0 | 1000111 | 101 | 111101 | 1011000 | 111101 |
Color Harmonies of #F0F346
Complementary color
Monochromatic Colors of #F0F346
Black with #F0F346
Text Example
Text Example
White with #F0F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F346; }
p { color: rgb(240,243,70); }
H1.HeaderClassName
{
color: #F0F346;
}
.AnyTagClassName
{
color: #F0F346;
}
</style>
background-color css
<style>
a { background-color: #F0F346; }
a { background-color: rgb(240,243,70); }
div.DivClassName
{
background-color: #F0F346;
}
.BgClassName
{
background-color: #F0F346;
}
</style>
border-color css
<style>
span { border-color: #F0F346; }
span { border-color: rgb(240,243,70); }
td.TdClassName
{
border-color: #F0F346;
}
.TagClassName
{
border-color: #F0F346;
}
</style>