Shades of Paris Daisy #F0F748
Tints of Paris Daisy #F0F748
RGB
CMYK
RGB Variations
Color information
#F0F748 (or 0xF0F748) is known color: Paris Daisy. HEX triplet: F0, F7 and 48. RGB value is (240,247,72). Sum of RGB (Red+Green+Blue) = 240+247+72=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 72 (28.52% from 255 or 12.88% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F748 is #0F08B7. Grayscale: #E1E1E1. Windows color (decimal): -985272 or 4782064. OLE color: 4782064.
HSL color Cylindrical-coordinate representation of color #F0F748: hue angle of 62.4º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0F748 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 72 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.03 |
| HSL | 62.4º | 0.92% | 0.63% | - |
| HSV(B) | 62.4º | 0.71% | 0.97% | - |
| XYZ | 70.37 | 85.51 | 18.93 | - |
| YUV | 224.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 72 | 0.03 | 0 | 0.71 | 0.03 | 62.4 | 0.92 | 0.63 |
| Hex | F0 | F7 | 48 | 3 | 0 | 47 | 3 | 3E | 5C | 3F |
| Octal | 360 | 367 | 110 | 3 | 0 | 107 | 3 | 76 | 134 | 77 |
| Binary | 11110000 | 11110111 | 1001000 | 11 | 0 | 1000111 | 11 | 111110 | 1011100 | 111111 |
Color Harmonies of #F0F748
Complementary color
Monochromatic Colors of #F0F748
Black with #F0F748
Text Example
Text Example
White with #F0F748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F748; }
p { color: rgb(240,247,72); }
H1.HeaderClassName
{
color: #F0F748;
}
.AnyTagClassName
{
color: #F0F748;
}
</style>
background-color css
<style>
a { background-color: #F0F748; }
a { background-color: rgb(240,247,72); }
div.DivClassName
{
background-color: #F0F748;
}
.BgClassName
{
background-color: #F0F748;
}
</style>
border-color css
<style>
span { border-color: #F0F748; }
span { border-color: rgb(240,247,72); }
td.TdClassName
{
border-color: #F0F748;
}
.TagClassName
{
border-color: #F0F748;
}
</style>