Shades of Paris Daisy #F0F255
Tints of Paris Daisy #F0F255
RGB
CMYK
RGB Variations
Color information
#F0F255 (or 0xF0F255) is known color: Paris Daisy. HEX triplet: F0, F2 and 55. RGB value is (240,242,85). Sum of RGB (Red+Green+Blue) = 240+242+85=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 85 (33.59% from 255 or 14.99% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F255 is #0F0DAA. Grayscale: #E0E0E0. Windows color (decimal): -986539 or 5632752. OLE color: 5632752.
HSL color Cylindrical-coordinate representation of color #F0F255: 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 #F0F255 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 85 | - |
| 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.33 | 82.69 | 20.9 | - |
| YUV | 223.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 85 | 0.01 | 0 | 0.65 | 0.05 | 60.76 | 0.86 | 0.64 |
| Hex | F0 | F2 | 55 | 1 | 0 | 41 | 5 | 3D | 56 | 40 |
| Octal | 360 | 362 | 125 | 1 | 0 | 101 | 5 | 75 | 126 | 100 |
| Binary | 11110000 | 11110010 | 1010101 | 1 | 0 | 1000001 | 101 | 111101 | 1010110 | 1000000 |
Color Harmonies of #F0F255
Complementary color
Monochromatic Colors of #F0F255
Black with #F0F255
Text Example
Text Example
White with #F0F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F255; }
p { color: rgb(240,242,85); }
H1.HeaderClassName
{
color: #F0F255;
}
.AnyTagClassName
{
color: #F0F255;
}
</style>
background-color css
<style>
a { background-color: #F0F255; }
a { background-color: rgb(240,242,85); }
div.DivClassName
{
background-color: #F0F255;
}
.BgClassName
{
background-color: #F0F255;
}
</style>
border-color css
<style>
span { border-color: #F0F255; }
span { border-color: rgb(240,242,85); }
td.TdClassName
{
border-color: #F0F255;
}
.TagClassName
{
border-color: #F0F255;
}
</style>