Shades of Paris Daisy #F2F646
Tints of Paris Daisy #F2F646
RGB
CMYK
RGB Variations
Color information
#F2F646 (or 0xF2F646) is known color: Paris Daisy. HEX triplet: F2, F6 and 46. RGB value is (242,246,70). Sum of RGB (Red+Green+Blue) = 242+246+70=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 70 (27.73% from 255 or 12.54% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F646 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F646 is #0D09B9. Grayscale: #E1E1E1. Windows color (decimal): -854458 or 4650738. OLE color: 4650738.
HSL color Cylindrical-coordinate representation of color #F2F646: hue angle of 61.36º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2F646 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 70 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.04 |
| HSL | 61.36º | 0.91% | 0.62% | - |
| HSV(B) | 61.36º | 0.72% | 0.96% | - |
| XYZ | 70.68 | 85.23 | 18.52 | - |
| YUV | 224.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 70 | 0.02 | 0 | 0.72 | 0.04 | 61.36 | 0.91 | 0.62 |
| Hex | F2 | F6 | 46 | 2 | 0 | 48 | 4 | 3D | 5B | 3E |
| Octal | 362 | 366 | 106 | 2 | 0 | 110 | 4 | 75 | 133 | 76 |
| Binary | 11110010 | 11110110 | 1000110 | 10 | 0 | 1001000 | 100 | 111101 | 1011011 | 111110 |
Color Harmonies of #F2F646
Complementary color
Monochromatic Colors of #F2F646
Black with #F2F646
Text Example
Text Example
White with #F2F646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F646; }
p { color: rgb(242,246,70); }
H1.HeaderClassName
{
color: #F2F646;
}
.AnyTagClassName
{
color: #F2F646;
}
</style>
background-color css
<style>
a { background-color: #F2F646; }
a { background-color: rgb(242,246,70); }
div.DivClassName
{
background-color: #F2F646;
}
.BgClassName
{
background-color: #F2F646;
}
</style>
border-color css
<style>
span { border-color: #F2F646; }
span { border-color: rgb(242,246,70); }
td.TdClassName
{
border-color: #F2F646;
}
.TagClassName
{
border-color: #F2F646;
}
</style>