Shades of Paris Daisy #F0F448
Tints of Paris Daisy #F0F448
RGB
CMYK
RGB Variations
Color information
#F0F448 (or 0xF0F448) is known color: Paris Daisy. HEX triplet: F0, F4 and 48. RGB value is (240,244,72). Sum of RGB (Red+Green+Blue) = 240+244+72=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 72 (28.52% from 255 or 12.95% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F448 is #0F0BB7. Grayscale: #DFDFDF. Windows color (decimal): -986040 or 4781296. OLE color: 4781296.
HSL color Cylindrical-coordinate representation of color #F0F448: hue angle of 61.4º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F448 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 72 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.04 |
| HSL | 61.4º | 0.89% | 0.62% | - |
| HSV(B) | 61.4º | 0.7% | 0.96% | - |
| XYZ | 69.46 | 83.69 | 18.62 | - |
| YUV | 223.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 72 | 0.02 | 0 | 0.70 | 0.04 | 61.4 | 0.89 | 0.62 |
| Hex | F0 | F4 | 48 | 2 | 0 | 46 | 4 | 3D | 59 | 3E |
| Octal | 360 | 364 | 110 | 2 | 0 | 106 | 4 | 75 | 131 | 76 |
| Binary | 11110000 | 11110100 | 1001000 | 10 | 0 | 1000110 | 100 | 111101 | 1011001 | 111110 |
Color Harmonies of #F0F448
Complementary color
Monochromatic Colors of #F0F448
Black with #F0F448
Text Example
Text Example
White with #F0F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F448; }
p { color: rgb(240,244,72); }
H1.HeaderClassName
{
color: #F0F448;
}
.AnyTagClassName
{
color: #F0F448;
}
</style>
background-color css
<style>
a { background-color: #F0F448; }
a { background-color: rgb(240,244,72); }
div.DivClassName
{
background-color: #F0F448;
}
.BgClassName
{
background-color: #F0F448;
}
</style>
border-color css
<style>
span { border-color: #F0F448; }
span { border-color: rgb(240,244,72); }
td.TdClassName
{
border-color: #F0F448;
}
.TagClassName
{
border-color: #F0F448;
}
</style>