Shades of Paris Daisy #F2F647
Tints of Paris Daisy #F2F647
RGB
CMYK
RGB Variations
Color information
#F2F647 (or 0xF2F647) is known color: Paris Daisy. HEX triplet: F2, F6 and 47. RGB value is (242,246,71). Sum of RGB (Red+Green+Blue) = 242+246+71=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 71 (28.12% from 255 or 12.70% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F647 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F647 is #0D09B8. Grayscale: #E1E1E1. Windows color (decimal): -854457 or 4716274. OLE color: 4716274.
HSL color Cylindrical-coordinate representation of color #F2F647: hue angle of 61.37º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2F647 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 71 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.04 |
| HSL | 61.37º | 0.91% | 0.62% | - |
| HSV(B) | 61.37º | 0.71% | 0.96% | - |
| XYZ | 70.71 | 85.24 | 18.69 | - |
| YUV | 224.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 71 | 0.02 | 0 | 0.71 | 0.04 | 61.37 | 0.91 | 0.62 |
| Hex | F2 | F6 | 47 | 2 | 0 | 47 | 4 | 3D | 5B | 3E |
| Octal | 362 | 366 | 107 | 2 | 0 | 107 | 4 | 75 | 133 | 76 |
| Binary | 11110010 | 11110110 | 1000111 | 10 | 0 | 1000111 | 100 | 111101 | 1011011 | 111110 |
Color Harmonies of #F2F647
Complementary color
Monochromatic Colors of #F2F647
Black with #F2F647
Text Example
Text Example
White with #F2F647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F647; }
p { color: rgb(242,246,71); }
H1.HeaderClassName
{
color: #F2F647;
}
.AnyTagClassName
{
color: #F2F647;
}
</style>
background-color css
<style>
a { background-color: #F2F647; }
a { background-color: rgb(242,246,71); }
div.DivClassName
{
background-color: #F2F647;
}
.BgClassName
{
background-color: #F2F647;
}
</style>
border-color css
<style>
span { border-color: #F2F647; }
span { border-color: rgb(242,246,71); }
td.TdClassName
{
border-color: #F2F647;
}
.TagClassName
{
border-color: #F2F647;
}
</style>