Shades of Paris Daisy #F2F645
Tints of Paris Daisy #F2F645
RGB
CMYK
RGB Variations
Color information
#F2F645 (or 0xF2F645) is known color: Paris Daisy. HEX triplet: F2, F6 and 45. RGB value is (242,246,69). Sum of RGB (Red+Green+Blue) = 242+246+69=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 69 (27.34% from 255 or 12.39% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F645 is #0D09BA. Grayscale: #E1E1E1. Windows color (decimal): -854459 or 4585202. OLE color: 4585202.
HSL color Cylindrical-coordinate representation of color #F2F645: 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 #F2F645 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 69 | - |
| 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.65 | 85.22 | 18.36 | - |
| YUV | 224.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 69 | 0.02 | 0 | 0.72 | 0.04 | 61.36 | 0.91 | 0.62 |
| Hex | F2 | F6 | 45 | 2 | 0 | 48 | 4 | 3D | 5B | 3E |
| Octal | 362 | 366 | 105 | 2 | 0 | 110 | 4 | 75 | 133 | 76 |
| Binary | 11110010 | 11110110 | 1000101 | 10 | 0 | 1001000 | 100 | 111101 | 1011011 | 111110 |
Color Harmonies of #F2F645
Complementary color
Monochromatic Colors of #F2F645
Black with #F2F645
Text Example
Text Example
White with #F2F645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F645; }
p { color: rgb(242,246,69); }
H1.HeaderClassName
{
color: #F2F645;
}
.AnyTagClassName
{
color: #F2F645;
}
</style>
background-color css
<style>
a { background-color: #F2F645; }
a { background-color: rgb(242,246,69); }
div.DivClassName
{
background-color: #F2F645;
}
.BgClassName
{
background-color: #F2F645;
}
</style>
border-color css
<style>
span { border-color: #F2F645; }
span { border-color: rgb(242,246,69); }
td.TdClassName
{
border-color: #F2F645;
}
.TagClassName
{
border-color: #F2F645;
}
</style>