Shades of Paris Daisy #F2FD42
Tints of Paris Daisy #F2FD42
RGB
CMYK
RGB Variations
Color information
#F2FD42 (or 0xF2FD42) is known color: Paris Daisy. HEX triplet: F2, FD and 42. RGB value is (242,253,66). Sum of RGB (Red+Green+Blue) = 242+253+66=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 66 (26.17% from 255 or 11.76% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD42 is #0D02BD. Grayscale: #E5E5E5. Windows color (decimal): -852670 or 4390386. OLE color: 4390386.
HSL color Cylindrical-coordinate representation of color #F2FD42: hue angle of 63.53º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2FD42 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 66 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.01 |
| HSL | 63.53º | 0.98% | 0.63% | - |
| HSV(B) | 63.53º | 0.74% | 0.99% | - |
| XYZ | 72.73 | 89.52 | 18.6 | - |
| YUV | 228.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 66 | 0.04 | 0 | 0.74 | 0.01 | 63.53 | 0.98 | 0.63 |
| Hex | F2 | FD | 42 | 4 | 0 | 4A | 1 | 40 | 62 | 3F |
| Octal | 362 | 375 | 102 | 4 | 0 | 112 | 1 | 100 | 142 | 77 |
| Binary | 11110010 | 11111101 | 1000010 | 100 | 0 | 1001010 | 1 | 1000000 | 1100010 | 111111 |
Color Harmonies of #F2FD42
Complementary color
Monochromatic Colors of #F2FD42
Black with #F2FD42
Text Example
Text Example
White with #F2FD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD42; }
p { color: rgb(242,253,66); }
H1.HeaderClassName
{
color: #F2FD42;
}
.AnyTagClassName
{
color: #F2FD42;
}
</style>
background-color css
<style>
a { background-color: #F2FD42; }
a { background-color: rgb(242,253,66); }
div.DivClassName
{
background-color: #F2FD42;
}
.BgClassName
{
background-color: #F2FD42;
}
</style>
border-color css
<style>
span { border-color: #F2FD42; }
span { border-color: rgb(242,253,66); }
td.TdClassName
{
border-color: #F2FD42;
}
.TagClassName
{
border-color: #F2FD42;
}
</style>