Shades of Paris Daisy #F2FD40
Tints of Paris Daisy #F2FD40
RGB
CMYK
RGB Variations
Color information
#F2FD40 (or 0xF2FD40) is known color: Paris Daisy. HEX triplet: F2, FD and 40. RGB value is (242,253,64). Sum of RGB (Red+Green+Blue) = 242+253+64=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 64 (25.39% from 255 or 11.45% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD40 is #0D02BF. Grayscale: #E4E4E4. Windows color (decimal): -852672 or 4259314. OLE color: 4259314.
HSL color Cylindrical-coordinate representation of color #F2FD40: hue angle of 63.49º 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 #F2FD40 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 64 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.01 |
| HSL | 63.49º | 0.98% | 0.62% | - |
| HSV(B) | 63.49º | 0.75% | 0.99% | - |
| XYZ | 72.67 | 89.5 | 18.3 | - |
| YUV | 228.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 64 | 0.04 | 0 | 0.75 | 0.01 | 63.49 | 0.98 | 0.62 |
| Hex | F2 | FD | 40 | 4 | 0 | 4B | 1 | 3F | 62 | 3E |
| Octal | 362 | 375 | 100 | 4 | 0 | 113 | 1 | 77 | 142 | 76 |
| Binary | 11110010 | 11111101 | 1000000 | 100 | 0 | 1001011 | 1 | 111111 | 1100010 | 111110 |
Color Harmonies of #F2FD40
Complementary color
Monochromatic Colors of #F2FD40
Black with #F2FD40
Text Example
Text Example
White with #F2FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD40; }
p { color: rgb(242,253,64); }
H1.HeaderClassName
{
color: #F2FD40;
}
.AnyTagClassName
{
color: #F2FD40;
}
</style>
background-color css
<style>
a { background-color: #F2FD40; }
a { background-color: rgb(242,253,64); }
div.DivClassName
{
background-color: #F2FD40;
}
.BgClassName
{
background-color: #F2FD40;
}
</style>
border-color css
<style>
span { border-color: #F2FD40; }
span { border-color: rgb(242,253,64); }
td.TdClassName
{
border-color: #F2FD40;
}
.TagClassName
{
border-color: #F2FD40;
}
</style>