Shades of Paris Daisy #F2F244
Tints of Paris Daisy #F2F244
RGB
CMYK
RGB Variations
Color information
#F2F244 (or 0xF2F244) is known color: Paris Daisy. HEX triplet: F2, F2 and 44. RGB value is (242,242,68). Sum of RGB (Red+Green+Blue) = 242+242+68=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 68 (26.95% from 255 or 12.32% from 552); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F244 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F244 is #0D0DBB. Grayscale: #DEDEDE. Windows color (decimal): -855484 or 4518642. OLE color: 4518642.
HSL color Cylindrical-coordinate representation of color #F2F244: hue angle of 60º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2F244 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 68 | - |
| CMYK | 0 | 0 | 0.72 | 0.05 |
| HSL | 60º | 0.87% | 0.61% | - |
| HSV(B) | 60º | 0.72% | 0.95% | - |
| XYZ | 69.41 | 82.8 | 17.79 | - |
| YUV | 222.16 | 41 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 68 | 0 | 0 | 0.72 | 0.05 | 60 | 0.87 | 0.61 |
| Hex | F2 | F2 | 44 | 0 | 0 | 48 | 5 | 3C | 57 | 3D |
| Octal | 362 | 362 | 104 | 0 | 0 | 110 | 5 | 74 | 127 | 75 |
| Binary | 11110010 | 11110010 | 1000100 | 0 | 0 | 1001000 | 101 | 111100 | 1010111 | 111101 |
Color Harmonies of #F2F244
Complementary color
Monochromatic Colors of #F2F244
Black with #F2F244
Text Example
Text Example
White with #F2F244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F244; }
p { color: rgb(242,242,68); }
H1.HeaderClassName
{
color: #F2F244;
}
.AnyTagClassName
{
color: #F2F244;
}
</style>
background-color css
<style>
a { background-color: #F2F244; }
a { background-color: rgb(242,242,68); }
div.DivClassName
{
background-color: #F2F244;
}
.BgClassName
{
background-color: #F2F244;
}
</style>
border-color css
<style>
span { border-color: #F2F244; }
span { border-color: rgb(242,242,68); }
td.TdClassName
{
border-color: #F2F244;
}
.TagClassName
{
border-color: #F2F244;
}
</style>