Shades of Paris Daisy #F6FF50
Tints of Paris Daisy #F6FF50
RGB
CMYK
RGB Variations
Color information
#F6FF50 (or 0xF6FF50) is known color: Paris Daisy. HEX triplet: F6, FF and 50. RGB value is (246,255,80). Sum of RGB (Red+Green+Blue) = 246+255+80=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 80 (31.64% from 255 or 13.77% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6FF50 is #0900AF. Grayscale: #E9E9E9. Windows color (decimal): -590000 or 5308406. OLE color: 5308406.
HSL color Cylindrical-coordinate representation of color #F6FF50: hue angle of 63.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6FF50 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 80 | - |
| CMYK | 0.04 | 0 | 0.69 | 0 |
| HSL | 63.09º | 1% | 0.66% | - |
| HSV(B) | 63.09º | 0.69% | 1% | - |
| XYZ | 75.21 | 91.69 | 21.32 | - |
| YUV | 232.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 80 | 0.04 | 0 | 0.69 | 0 | 63.09 | 1 | 0.66 |
| Hex | F6 | FF | 50 | 4 | 0 | 45 | 0 | 3F | 64 | 42 |
| Octal | 366 | 377 | 120 | 4 | 0 | 105 | 0 | 77 | 144 | 102 |
| Binary | 11110110 | 11111111 | 1010000 | 100 | 0 | 1000101 | 0 | 111111 | 1100100 | 1000010 |
Color Harmonies of #F6FF50
Complementary color
Monochromatic Colors of #F6FF50
Black with #F6FF50
Text Example
Text Example
White with #F6FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FF50; }
p { color: rgb(246,255,80); }
H1.HeaderClassName
{
color: #F6FF50;
}
.AnyTagClassName
{
color: #F6FF50;
}
</style>
background-color css
<style>
a { background-color: #F6FF50; }
a { background-color: rgb(246,255,80); }
div.DivClassName
{
background-color: #F6FF50;
}
.BgClassName
{
background-color: #F6FF50;
}
</style>
border-color css
<style>
span { border-color: #F6FF50; }
span { border-color: rgb(246,255,80); }
td.TdClassName
{
border-color: #F6FF50;
}
.TagClassName
{
border-color: #F6FF50;
}
</style>