Shades of Paris Daisy #F2FA41
Tints of Paris Daisy #F2FA41
RGB
CMYK
RGB Variations
Color information
#F2FA41 (or 0xF2FA41) is known color: Paris Daisy. HEX triplet: F2, FA and 41. RGB value is (242,250,65). Sum of RGB (Red+Green+Blue) = 242+250+65=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA41 is #0D05BE. Grayscale: #E3E3E3. Windows color (decimal): -853439 or 4324082. OLE color: 4324082.
HSL color Cylindrical-coordinate representation of color #F2FA41: hue angle of 62.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2FA41 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 65 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.02 |
| HSL | 62.59º | 0.95% | 0.62% | - |
| HSV(B) | 62.59º | 0.74% | 0.98% | - |
| XYZ | 71.76 | 87.63 | 18.13 | - |
| YUV | 226.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 65 | 0.03 | 0 | 0.74 | 0.02 | 62.59 | 0.95 | 0.62 |
| Hex | F2 | FA | 41 | 3 | 0 | 4A | 2 | 3F | 5F | 3E |
| Octal | 362 | 372 | 101 | 3 | 0 | 112 | 2 | 77 | 137 | 76 |
| Binary | 11110010 | 11111010 | 1000001 | 11 | 0 | 1001010 | 10 | 111111 | 1011111 | 111110 |
Color Harmonies of #F2FA41
Complementary color
Monochromatic Colors of #F2FA41
Black with #F2FA41
Text Example
Text Example
White with #F2FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA41; }
p { color: rgb(242,250,65); }
H1.HeaderClassName
{
color: #F2FA41;
}
.AnyTagClassName
{
color: #F2FA41;
}
</style>
background-color css
<style>
a { background-color: #F2FA41; }
a { background-color: rgb(242,250,65); }
div.DivClassName
{
background-color: #F2FA41;
}
.BgClassName
{
background-color: #F2FA41;
}
</style>
border-color css
<style>
span { border-color: #F2FA41; }
span { border-color: rgb(242,250,65); }
td.TdClassName
{
border-color: #F2FA41;
}
.TagClassName
{
border-color: #F2FA41;
}
</style>