Shades of Paris Daisy #F2F141
Tints of Paris Daisy #F2F141
RGB
CMYK
RGB Variations
Color information
#F2F141 (or 0xF2F141) is known color: Paris Daisy. HEX triplet: F2, F1 and 41. RGB value is (242,241,65). Sum of RGB (Red+Green+Blue) = 242+241+65=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 65 (25.78% from 255 or 11.86% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F141 is #0D0EBE. Grayscale: #DDDDDD. Windows color (decimal): -855743 or 4321778. OLE color: 4321778.
HSL color Cylindrical-coordinate representation of color #F2F141: hue angle of 59.66º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2F141 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 65 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.05 |
| HSL | 59.66º | 0.87% | 0.6% | - |
| HSV(B) | 59.66º | 0.73% | 0.95% | - |
| XYZ | 69.03 | 82.17 | 17.22 | - |
| YUV | 221.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 65 | 0 | 0.00 | 0.73 | 0.05 | 59.66 | 0.87 | 0.6 |
| Hex | F2 | F1 | 41 | 0 | 0 | 49 | 5 | 3C | 57 | 3C |
| Octal | 362 | 361 | 101 | 0 | 0 | 111 | 5 | 74 | 127 | 74 |
| Binary | 11110010 | 11110001 | 1000001 | 0 | 0 | 1001001 | 101 | 111100 | 1010111 | 111100 |
Color Harmonies of #F2F141
Complementary color
Monochromatic Colors of #F2F141
Black with #F2F141
Text Example
Text Example
White with #F2F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F141; }
p { color: rgb(242,241,65); }
H1.HeaderClassName
{
color: #F2F141;
}
.AnyTagClassName
{
color: #F2F141;
}
</style>
background-color css
<style>
a { background-color: #F2F141; }
a { background-color: rgb(242,241,65); }
div.DivClassName
{
background-color: #F2F141;
}
.BgClassName
{
background-color: #F2F141;
}
</style>
border-color css
<style>
span { border-color: #F2F141; }
span { border-color: rgb(242,241,65); }
td.TdClassName
{
border-color: #F2F141;
}
.TagClassName
{
border-color: #F2F141;
}
</style>