Shades of Paris Daisy #F2FC3C
Tints of Paris Daisy #F2FC3C
RGB
CMYK
RGB Variations
Color information
#F2FC3C (or 0xF2FC3C) is known color: Paris Daisy. HEX triplet: F2, FC and 3C. RGB value is (242,252,60). Sum of RGB (Red+Green+Blue) = 242+252+60=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 60 (23.83% from 255 or 10.83% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC3C is #0D03C3. Grayscale: #E3E3E3. Windows color (decimal): -852932 or 3996914. OLE color: 3996914.
HSL color Cylindrical-coordinate representation of color #F2FC3C: hue angle of 63.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2FC3C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 60 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.01 |
| HSL | 63.13º | 0.97% | 0.61% | - |
| HSV(B) | 63.13º | 0.76% | 0.99% | - |
| XYZ | 72.24 | 88.82 | 17.61 | - |
| YUV | 227.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 60 | 0.04 | 0 | 0.76 | 0.01 | 63.13 | 0.97 | 0.61 |
| Hex | F2 | FC | 3C | 4 | 0 | 4C | 1 | 3F | 61 | 3D |
| Octal | 362 | 374 | 74 | 4 | 0 | 114 | 1 | 77 | 141 | 75 |
| Binary | 11110010 | 11111100 | 111100 | 100 | 0 | 1001100 | 1 | 111111 | 1100001 | 111101 |
Color Harmonies of #F2FC3C
Complementary color
Monochromatic Colors of #F2FC3C
Black with #F2FC3C
Text Example
Text Example
White with #F2FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC3C; }
p { color: rgb(242,252,60); }
H1.HeaderClassName
{
color: #F2FC3C;
}
.AnyTagClassName
{
color: #F2FC3C;
}
</style>
background-color css
<style>
a { background-color: #F2FC3C; }
a { background-color: rgb(242,252,60); }
div.DivClassName
{
background-color: #F2FC3C;
}
.BgClassName
{
background-color: #F2FC3C;
}
</style>
border-color css
<style>
span { border-color: #F2FC3C; }
span { border-color: rgb(242,252,60); }
td.TdClassName
{
border-color: #F2FC3C;
}
.TagClassName
{
border-color: #F2FC3C;
}
</style>