Shades of Paris Daisy #F2F546
Tints of Paris Daisy #F2F546
RGB
CMYK
RGB Variations
Color information
#F2F546 (or 0xF2F546) is known color: Paris Daisy. HEX triplet: F2, F5 and 46. RGB value is (242,245,70). Sum of RGB (Red+Green+Blue) = 242+245+70=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 70 (27.73% from 255 or 12.57% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F546 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F546 is #0D0AB9. Grayscale: #E0E0E0. Windows color (decimal): -854714 or 4650482. OLE color: 4650482.
HSL color Cylindrical-coordinate representation of color #F2F546: hue angle of 61.03º degrees, saturation: 0.9, 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 #F2F546 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 245 | 70 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.04 |
| HSL | 61.03º | 0.9% | 0.62% | - |
| HSV(B) | 61.03º | 0.71% | 0.96% | - |
| XYZ | 70.38 | 84.62 | 18.42 | - |
| YUV | 224.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 70 | 0.01 | 0 | 0.71 | 0.04 | 61.03 | 0.9 | 0.62 |
| Hex | F2 | F5 | 46 | 1 | 0 | 47 | 4 | 3D | 5A | 3E |
| Octal | 362 | 365 | 106 | 1 | 0 | 107 | 4 | 75 | 132 | 76 |
| Binary | 11110010 | 11110101 | 1000110 | 1 | 0 | 1000111 | 100 | 111101 | 1011010 | 111110 |
Color Harmonies of #F2F546
Complementary color
Monochromatic Colors of #F2F546
Black with #F2F546
Text Example
Text Example
White with #F2F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F546; }
p { color: rgb(242,245,70); }
H1.HeaderClassName
{
color: #F2F546;
}
.AnyTagClassName
{
color: #F2F546;
}
</style>
background-color css
<style>
a { background-color: #F2F546; }
a { background-color: rgb(242,245,70); }
div.DivClassName
{
background-color: #F2F546;
}
.BgClassName
{
background-color: #F2F546;
}
</style>
border-color css
<style>
span { border-color: #F2F546; }
span { border-color: rgb(242,245,70); }
td.TdClassName
{
border-color: #F2F546;
}
.TagClassName
{
border-color: #F2F546;
}
</style>