Shades of Paris Daisy #F0F451
Tints of Paris Daisy #F0F451
RGB
CMYK
RGB Variations
Color information
#F0F451 (or 0xF0F451) is known color: Paris Daisy. HEX triplet: F0, F4 and 51. RGB value is (240,244,81). Sum of RGB (Red+Green+Blue) = 240+244+81=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 81 (32.03% from 255 or 14.34% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F451 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F451 is #0F0BAE. Grayscale: #E0E0E0. Windows color (decimal): -986031 or 5371120. OLE color: 5371120.
HSL color Cylindrical-coordinate representation of color #F0F451: hue angle of 61.47º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0F451 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 81 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.04 |
| HSL | 61.47º | 0.88% | 0.64% | - |
| HSV(B) | 61.47º | 0.67% | 0.96% | - |
| XYZ | 69.77 | 83.82 | 20.29 | - |
| YUV | 224.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 81 | 0.02 | 0 | 0.67 | 0.04 | 61.47 | 0.88 | 0.64 |
| Hex | F0 | F4 | 51 | 2 | 0 | 43 | 4 | 3D | 58 | 40 |
| Octal | 360 | 364 | 121 | 2 | 0 | 103 | 4 | 75 | 130 | 100 |
| Binary | 11110000 | 11110100 | 1010001 | 10 | 0 | 1000011 | 100 | 111101 | 1011000 | 1000000 |
Color Harmonies of #F0F451
Complementary color
Monochromatic Colors of #F0F451
Black with #F0F451
Text Example
Text Example
White with #F0F451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F451; }
p { color: rgb(240,244,81); }
H1.HeaderClassName
{
color: #F0F451;
}
.AnyTagClassName
{
color: #F0F451;
}
</style>
background-color css
<style>
a { background-color: #F0F451; }
a { background-color: rgb(240,244,81); }
div.DivClassName
{
background-color: #F0F451;
}
.BgClassName
{
background-color: #F0F451;
}
</style>
border-color css
<style>
span { border-color: #F0F451; }
span { border-color: rgb(240,244,81); }
td.TdClassName
{
border-color: #F0F451;
}
.TagClassName
{
border-color: #F0F451;
}
</style>