Shades of Paris Daisy #F2FD52
Tints of Paris Daisy #F2FD52
RGB
CMYK
RGB Variations
Color information
#F2FD52 (or 0xF2FD52) is known color: Paris Daisy. HEX triplet: F2, FD and 52. RGB value is (242,253,82). Sum of RGB (Red+Green+Blue) = 242+253+82=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD52 is #0D02AD. Grayscale: #E6E6E6. Windows color (decimal): -852654 or 5438962. OLE color: 5438962.
HSL color Cylindrical-coordinate representation of color #F2FD52: hue angle of 63.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2FD52 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 82 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.01 |
| HSL | 63.86º | 0.98% | 0.66% | - |
| HSV(B) | 63.86º | 0.68% | 0.99% | - |
| XYZ | 73.27 | 89.74 | 21.44 | - |
| YUV | 230.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 82 | 0.04 | 0 | 0.68 | 0.01 | 63.86 | 0.98 | 0.66 |
| Hex | F2 | FD | 52 | 4 | 0 | 44 | 1 | 40 | 62 | 42 |
| Octal | 362 | 375 | 122 | 4 | 0 | 104 | 1 | 100 | 142 | 102 |
| Binary | 11110010 | 11111101 | 1010010 | 100 | 0 | 1000100 | 1 | 1000000 | 1100010 | 1000010 |
Color Harmonies of #F2FD52
Complementary color
Monochromatic Colors of #F2FD52
Black with #F2FD52
Text Example
Text Example
White with #F2FD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD52; }
p { color: rgb(242,253,82); }
H1.HeaderClassName
{
color: #F2FD52;
}
.AnyTagClassName
{
color: #F2FD52;
}
</style>
background-color css
<style>
a { background-color: #F2FD52; }
a { background-color: rgb(242,253,82); }
div.DivClassName
{
background-color: #F2FD52;
}
.BgClassName
{
background-color: #F2FD52;
}
</style>
border-color css
<style>
span { border-color: #F2FD52; }
span { border-color: rgb(242,253,82); }
td.TdClassName
{
border-color: #F2FD52;
}
.TagClassName
{
border-color: #F2FD52;
}
</style>