Shades of Paris Daisy #F0FF50
Tints of Paris Daisy #F0FF50
RGB
CMYK
RGB Variations
Color information
#F0FF50 (or 0xF0FF50) is known color: Paris Daisy. HEX triplet: F0, FF and 50. RGB value is (240,255,80). Sum of RGB (Red+Green+Blue) = 240+255+80=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF50 is #0F00AF. Grayscale: #E7E7E7. Windows color (decimal): -983216 or 5308400. OLE color: 5308400.
HSL color Cylindrical-coordinate representation of color #F0FF50: hue angle of 65.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0FF50 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 80 | - |
| CMYK | 0.06 | 0 | 0.69 | 0 |
| HSL | 65.14º | 1% | 0.66% | - |
| HSV(B) | 65.14º | 0.69% | 1% | - |
| XYZ | 73.14 | 90.62 | 21.23 | - |
| YUV | 230.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 80 | 0.06 | 0 | 0.69 | 0 | 65.14 | 1 | 0.66 |
| Hex | F0 | FF | 50 | 6 | 0 | 45 | 0 | 41 | 64 | 42 |
| Octal | 360 | 377 | 120 | 6 | 0 | 105 | 0 | 101 | 144 | 102 |
| Binary | 11110000 | 11111111 | 1010000 | 110 | 0 | 1000101 | 0 | 1000001 | 1100100 | 1000010 |
Color Harmonies of #F0FF50
Complementary color
Monochromatic Colors of #F0FF50
Black with #F0FF50
Text Example
Text Example
White with #F0FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF50; }
p { color: rgb(240,255,80); }
H1.HeaderClassName
{
color: #F0FF50;
}
.AnyTagClassName
{
color: #F0FF50;
}
</style>
background-color css
<style>
a { background-color: #F0FF50; }
a { background-color: rgb(240,255,80); }
div.DivClassName
{
background-color: #F0FF50;
}
.BgClassName
{
background-color: #F0FF50;
}
</style>
border-color css
<style>
span { border-color: #F0FF50; }
span { border-color: rgb(240,255,80); }
td.TdClassName
{
border-color: #F0FF50;
}
.TagClassName
{
border-color: #F0FF50;
}
</style>