Shades of Paris Daisy #F2F148
Tints of Paris Daisy #F2F148
RGB
CMYK
RGB Variations
Color information
#F2F148 (or 0xF2F148) is known color: Paris Daisy. HEX triplet: F2, F1 and 48. RGB value is (242,241,72). Sum of RGB (Red+Green+Blue) = 242+241+72=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 72 (28.52% from 255 or 12.97% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F148 is #0D0EB7. Grayscale: #DEDEDE. Windows color (decimal): -855736 or 4780530. OLE color: 4780530.
HSL color Cylindrical-coordinate representation of color #F2F148: hue angle of 59.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2F148 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 72 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.05 |
| HSL | 59.65º | 0.87% | 0.62% | - |
| HSV(B) | 59.65º | 0.7% | 0.95% | - |
| XYZ | 69.24 | 82.26 | 18.36 | - |
| YUV | 222.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 72 | 0 | 0.00 | 0.70 | 0.05 | 59.65 | 0.87 | 0.62 |
| Hex | F2 | F1 | 48 | 0 | 0 | 46 | 5 | 3C | 57 | 3E |
| Octal | 362 | 361 | 110 | 0 | 0 | 106 | 5 | 74 | 127 | 76 |
| Binary | 11110010 | 11110001 | 1001000 | 0 | 0 | 1000110 | 101 | 111100 | 1010111 | 111110 |
Color Harmonies of #F2F148
Complementary color
Monochromatic Colors of #F2F148
Black with #F2F148
Text Example
Text Example
White with #F2F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F148; }
p { color: rgb(242,241,72); }
H1.HeaderClassName
{
color: #F2F148;
}
.AnyTagClassName
{
color: #F2F148;
}
</style>
background-color css
<style>
a { background-color: #F2F148; }
a { background-color: rgb(242,241,72); }
div.DivClassName
{
background-color: #F2F148;
}
.BgClassName
{
background-color: #F2F148;
}
</style>
border-color css
<style>
span { border-color: #F2F148; }
span { border-color: rgb(242,241,72); }
td.TdClassName
{
border-color: #F2F148;
}
.TagClassName
{
border-color: #F2F148;
}
</style>