Shades of Paris Daisy #F2F845
Tints of Paris Daisy #F2F845
RGB
CMYK
RGB Variations
Color information
#F2F845 (or 0xF2F845) is known color: Paris Daisy. HEX triplet: F2, F8 and 45. RGB value is (242,248,69). Sum of RGB (Red+Green+Blue) = 242+248+69=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F845 is #0D07BA. Grayscale: #E2E2E2. Windows color (decimal): -853947 or 4585714. OLE color: 4585714.
HSL color Cylindrical-coordinate representation of color #F2F845: hue angle of 62.01º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2F845 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 69 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.03 |
| HSL | 62.01º | 0.93% | 0.62% | - |
| HSV(B) | 62.01º | 0.72% | 0.97% | - |
| XYZ | 71.26 | 86.44 | 18.56 | - |
| YUV | 225.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 69 | 0.02 | 0 | 0.72 | 0.03 | 62.01 | 0.93 | 0.62 |
| Hex | F2 | F8 | 45 | 2 | 0 | 48 | 3 | 3E | 5D | 3E |
| Octal | 362 | 370 | 105 | 2 | 0 | 110 | 3 | 76 | 135 | 76 |
| Binary | 11110010 | 11111000 | 1000101 | 10 | 0 | 1001000 | 11 | 111110 | 1011101 | 111110 |
Color Harmonies of #F2F845
Complementary color
Monochromatic Colors of #F2F845
Black with #F2F845
Text Example
Text Example
White with #F2F845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F845; }
p { color: rgb(242,248,69); }
H1.HeaderClassName
{
color: #F2F845;
}
.AnyTagClassName
{
color: #F2F845;
}
</style>
background-color css
<style>
a { background-color: #F2F845; }
a { background-color: rgb(242,248,69); }
div.DivClassName
{
background-color: #F2F845;
}
.BgClassName
{
background-color: #F2F845;
}
</style>
border-color css
<style>
span { border-color: #F2F845; }
span { border-color: rgb(242,248,69); }
td.TdClassName
{
border-color: #F2F845;
}
.TagClassName
{
border-color: #F2F845;
}
</style>