Shades of Paris Daisy #F8FF46
Tints of Paris Daisy #F8FF46
RGB
CMYK
RGB Variations
Color information
#F8FF46 (or 0xF8FF46) is known color: Paris Daisy. HEX triplet: F8, FF and 46. RGB value is (248,255,70). Sum of RGB (Red+Green+Blue) = 248+255+70=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 70 (27.73% from 255 or 12.22% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF46 is #0700B9. Grayscale: #E8E8E8. Windows color (decimal): -458938 or 4653048. OLE color: 4653048.
HSL color Cylindrical-coordinate representation of color #F8FF46: hue angle of 62.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8FF46 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 70 | - |
| CMYK | 0.03 | 0 | 0.73 | 0 |
| HSL | 62.27º | 1% | 0.64% | - |
| HSV(B) | 62.27º | 0.73% | 1% | - |
| XYZ | 75.58 | 91.92 | 19.55 | - |
| YUV | 231.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 70 | 0.03 | 0 | 0.73 | 0 | 62.27 | 1 | 0.64 |
| Hex | F8 | FF | 46 | 3 | 0 | 49 | 0 | 3E | 64 | 40 |
| Octal | 370 | 377 | 106 | 3 | 0 | 111 | 0 | 76 | 144 | 100 |
| Binary | 11111000 | 11111111 | 1000110 | 11 | 0 | 1001001 | 0 | 111110 | 1100100 | 1000000 |
Color Harmonies of #F8FF46
Complementary color
Monochromatic Colors of #F8FF46
Black with #F8FF46
Text Example
Text Example
White with #F8FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF46; }
p { color: rgb(248,255,70); }
H1.HeaderClassName
{
color: #F8FF46;
}
.AnyTagClassName
{
color: #F8FF46;
}
</style>
background-color css
<style>
a { background-color: #F8FF46; }
a { background-color: rgb(248,255,70); }
div.DivClassName
{
background-color: #F8FF46;
}
.BgClassName
{
background-color: #F8FF46;
}
</style>
border-color css
<style>
span { border-color: #F8FF46; }
span { border-color: rgb(248,255,70); }
td.TdClassName
{
border-color: #F8FF46;
}
.TagClassName
{
border-color: #F8FF46;
}
</style>