Shades of Paris Daisy #F2F446
Tints of Paris Daisy #F2F446
RGB
CMYK
RGB Variations
Color information
#F2F446 (or 0xF2F446) is known color: Paris Daisy. HEX triplet: F2, F4 and 46. RGB value is (242,244,70). Sum of RGB (Red+Green+Blue) = 242+244+70=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 70 (27.73% from 255 or 12.59% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F446 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F446 is #0D0BB9. Grayscale: #E0E0E0. Windows color (decimal): -854970 or 4650226. OLE color: 4650226.
HSL color Cylindrical-coordinate representation of color #F2F446: hue angle of 60.69º degrees, saturation: 0.89, 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 #F2F446 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 70 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.04 |
| HSL | 60.69º | 0.89% | 0.62% | - |
| HSV(B) | 60.69º | 0.71% | 0.96% | - |
| XYZ | 70.07 | 84.02 | 18.32 | - |
| YUV | 223.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 70 | 0.01 | 0 | 0.71 | 0.04 | 60.69 | 0.89 | 0.62 |
| Hex | F2 | F4 | 46 | 1 | 0 | 47 | 4 | 3D | 59 | 3E |
| Octal | 362 | 364 | 106 | 1 | 0 | 107 | 4 | 75 | 131 | 76 |
| Binary | 11110010 | 11110100 | 1000110 | 1 | 0 | 1000111 | 100 | 111101 | 1011001 | 111110 |
Color Harmonies of #F2F446
Complementary color
Monochromatic Colors of #F2F446
Black with #F2F446
Text Example
Text Example
White with #F2F446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F446; }
p { color: rgb(242,244,70); }
H1.HeaderClassName
{
color: #F2F446;
}
.AnyTagClassName
{
color: #F2F446;
}
</style>
background-color css
<style>
a { background-color: #F2F446; }
a { background-color: rgb(242,244,70); }
div.DivClassName
{
background-color: #F2F446;
}
.BgClassName
{
background-color: #F2F446;
}
</style>
border-color css
<style>
span { border-color: #F2F446; }
span { border-color: rgb(242,244,70); }
td.TdClassName
{
border-color: #F2F446;
}
.TagClassName
{
border-color: #F2F446;
}
</style>