Shades of Paris Daisy #F2F952
Tints of Paris Daisy #F2F952
RGB
CMYK
RGB Variations
Color information
#F2F952 (or 0xF2F952) is known color: Paris Daisy. HEX triplet: F2, F9 and 52. RGB value is (242,249,82). Sum of RGB (Red+Green+Blue) = 242+249+82=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 82 (32.42% from 255 or 14.31% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F952 is #0D06AD. Grayscale: #E4E4E4. Windows color (decimal): -853678 or 5437938. OLE color: 5437938.
HSL color Cylindrical-coordinate representation of color #F2F952: hue angle of 62.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F952 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 82 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.02 |
| HSL | 62.51º | 0.93% | 0.65% | - |
| HSV(B) | 62.51º | 0.67% | 0.98% | - |
| XYZ | 72.02 | 87.24 | 21.03 | - |
| YUV | 227.87 | 45.68 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 82 | 0.03 | 0 | 0.67 | 0.02 | 62.51 | 0.93 | 0.65 |
| Hex | F2 | F9 | 52 | 3 | 0 | 43 | 2 | 3F | 5D | 41 |
| Octal | 362 | 371 | 122 | 3 | 0 | 103 | 2 | 77 | 135 | 101 |
| Binary | 11110010 | 11111001 | 1010010 | 11 | 0 | 1000011 | 10 | 111111 | 1011101 | 1000001 |
Color Harmonies of #F2F952
Complementary color
Monochromatic Colors of #F2F952
Black with #F2F952
Text Example
Text Example
White with #F2F952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F952; }
p { color: rgb(242,249,82); }
H1.HeaderClassName
{
color: #F2F952;
}
.AnyTagClassName
{
color: #F2F952;
}
</style>
background-color css
<style>
a { background-color: #F2F952; }
a { background-color: rgb(242,249,82); }
div.DivClassName
{
background-color: #F2F952;
}
.BgClassName
{
background-color: #F2F952;
}
</style>
border-color css
<style>
span { border-color: #F2F952; }
span { border-color: rgb(242,249,82); }
td.TdClassName
{
border-color: #F2F952;
}
.TagClassName
{
border-color: #F2F952;
}
</style>