Shades of Paris Daisy #F0F355
Tints of Paris Daisy #F0F355
RGB
CMYK
RGB Variations
Color information
#F0F355 (or 0xF0F355) is known color: Paris Daisy. HEX triplet: F0, F3 and 55. RGB value is (240,243,85). Sum of RGB (Red+Green+Blue) = 240+243+85=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 85 (33.59% from 255 or 14.96% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F355 is #0F0CAA. Grayscale: #E0E0E0. Windows color (decimal): -986283 or 5633008. OLE color: 5633008.
HSL color Cylindrical-coordinate representation of color #F0F355: hue angle of 61.14º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F355 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 85 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.05 |
| HSL | 61.14º | 0.87% | 0.64% | - |
| HSV(B) | 61.14º | 0.65% | 0.95% | - |
| XYZ | 69.63 | 83.28 | 21 | - |
| YUV | 224.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 85 | 0.01 | 0 | 0.65 | 0.05 | 61.14 | 0.87 | 0.64 |
| Hex | F0 | F3 | 55 | 1 | 0 | 41 | 5 | 3D | 57 | 40 |
| Octal | 360 | 363 | 125 | 1 | 0 | 101 | 5 | 75 | 127 | 100 |
| Binary | 11110000 | 11110011 | 1010101 | 1 | 0 | 1000001 | 101 | 111101 | 1010111 | 1000000 |
Color Harmonies of #F0F355
Complementary color
Monochromatic Colors of #F0F355
Black with #F0F355
Text Example
Text Example
White with #F0F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F355; }
p { color: rgb(240,243,85); }
H1.HeaderClassName
{
color: #F0F355;
}
.AnyTagClassName
{
color: #F0F355;
}
</style>
background-color css
<style>
a { background-color: #F0F355; }
a { background-color: rgb(240,243,85); }
div.DivClassName
{
background-color: #F0F355;
}
.BgClassName
{
background-color: #F0F355;
}
</style>
border-color css
<style>
span { border-color: #F0F355; }
span { border-color: rgb(240,243,85); }
td.TdClassName
{
border-color: #F0F355;
}
.TagClassName
{
border-color: #F0F355;
}
</style>