Shades of Paris Daisy #F2F451
Tints of Paris Daisy #F2F451
RGB
CMYK
RGB Variations
Color information
#F2F451 (or 0xF2F451) is known color: Paris Daisy. HEX triplet: F2, F4 and 51. RGB value is (242,244,81). Sum of RGB (Red+Green+Blue) = 242+244+81=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 81 (32.03% from 255 or 14.29% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F451 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F451 is #0D0BAE. Grayscale: #E1E1E1. Windows color (decimal): -854959 or 5371122. OLE color: 5371122.
HSL color Cylindrical-coordinate representation of color #F2F451: hue angle of 60.74º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F451 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 81 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.04 |
| HSL | 60.74º | 0.88% | 0.64% | - |
| HSV(B) | 60.74º | 0.67% | 0.96% | - |
| XYZ | 70.45 | 84.17 | 20.32 | - |
| YUV | 224.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 81 | 0.01 | 0 | 0.67 | 0.04 | 60.74 | 0.88 | 0.64 |
| Hex | F2 | F4 | 51 | 1 | 0 | 43 | 4 | 3D | 58 | 40 |
| Octal | 362 | 364 | 121 | 1 | 0 | 103 | 4 | 75 | 130 | 100 |
| Binary | 11110010 | 11110100 | 1010001 | 1 | 0 | 1000011 | 100 | 111101 | 1011000 | 1000000 |
Color Harmonies of #F2F451
Complementary color
Monochromatic Colors of #F2F451
Black with #F2F451
Text Example
Text Example
White with #F2F451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F451; }
p { color: rgb(242,244,81); }
H1.HeaderClassName
{
color: #F2F451;
}
.AnyTagClassName
{
color: #F2F451;
}
</style>
background-color css
<style>
a { background-color: #F2F451; }
a { background-color: rgb(242,244,81); }
div.DivClassName
{
background-color: #F2F451;
}
.BgClassName
{
background-color: #F2F451;
}
</style>
border-color css
<style>
span { border-color: #F2F451; }
span { border-color: rgb(242,244,81); }
td.TdClassName
{
border-color: #F2F451;
}
.TagClassName
{
border-color: #F2F451;
}
</style>