Shades of Paris Daisy #F0FD3F
Tints of Paris Daisy #F0FD3F
RGB
CMYK
RGB Variations
Color information
#F0FD3F (or 0xF0FD3F) is known color: Paris Daisy. HEX triplet: F0, FD and 3F. RGB value is (240,253,63). Sum of RGB (Red+Green+Blue) = 240+253+63=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 63 (25% from 255 or 11.33% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD3F is #0F02C0. Grayscale: #E4E4E4. Windows color (decimal): -983745 or 4193776. OLE color: 4193776.
HSL color Cylindrical-coordinate representation of color #F0FD3F: hue angle of 64.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0FD3F is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 63 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.01 |
| HSL | 64.11º | 0.98% | 0.62% | - |
| HSV(B) | 64.11º | 0.75% | 0.99% | - |
| XYZ | 71.96 | 89.13 | 18.11 | - |
| YUV | 227.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 63 | 0.05 | 0 | 0.75 | 0.01 | 64.11 | 0.98 | 0.62 |
| Hex | F0 | FD | 3F | 5 | 0 | 4B | 1 | 40 | 62 | 3E |
| Octal | 360 | 375 | 77 | 5 | 0 | 113 | 1 | 100 | 142 | 76 |
| Binary | 11110000 | 11111101 | 111111 | 101 | 0 | 1001011 | 1 | 1000000 | 1100010 | 111110 |
Color Harmonies of #F0FD3F
Complementary color
Monochromatic Colors of #F0FD3F
Black with #F0FD3F
Text Example
Text Example
White with #F0FD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD3F; }
p { color: rgb(240,253,63); }
H1.HeaderClassName
{
color: #F0FD3F;
}
.AnyTagClassName
{
color: #F0FD3F;
}
</style>
background-color css
<style>
a { background-color: #F0FD3F; }
a { background-color: rgb(240,253,63); }
div.DivClassName
{
background-color: #F0FD3F;
}
.BgClassName
{
background-color: #F0FD3F;
}
</style>
border-color css
<style>
span { border-color: #F0FD3F; }
span { border-color: rgb(240,253,63); }
td.TdClassName
{
border-color: #F0FD3F;
}
.TagClassName
{
border-color: #F0FD3F;
}
</style>