Shades of Dolly #F1FE6F
Tints of Dolly #F1FE6F
RGB
CMYK
RGB Variations
Color information
#F1FE6F (or 0xF1FE6F) is known color: Dolly. HEX triplet: F1, FE and 6F. RGB value is (241,254,111). Sum of RGB (Red+Green+Blue) = 241+254+111=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE6F is #0E0190. Grayscale: #EAEAEA. Windows color (decimal): -917905 or 7339761. OLE color: 7339761.
HSL color Cylindrical-coordinate representation of color #F1FE6F: hue angle of 65.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1FE6F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 111 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.00 |
| HSL | 65.45º | 0.99% | 0.72% | - |
| HSV(B) | 65.45º | 0.56% | 1% | - |
| XYZ | 74.59 | 90.73 | 28.62 | - |
| YUV | 233.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 111 | 0.05 | 0 | 0.56 | 0.00 | 65.45 | 0.99 | 0.72 |
| Hex | F1 | FE | 6F | 5 | 0 | 38 | 0 | 41 | 63 | 48 |
| Octal | 361 | 376 | 157 | 5 | 0 | 70 | 0 | 101 | 143 | 110 |
| Binary | 11110001 | 11111110 | 1101111 | 101 | 0 | 111000 | 0 | 1000001 | 1100011 | 1001000 |
Color Harmonies of #F1FE6F
Complementary color
Monochromatic Colors of #F1FE6F
Black with #F1FE6F
Text Example
Text Example
White with #F1FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE6F; }
p { color: rgb(241,254,111); }
H1.HeaderClassName
{
color: #F1FE6F;
}
.AnyTagClassName
{
color: #F1FE6F;
}
</style>
background-color css
<style>
a { background-color: #F1FE6F; }
a { background-color: rgb(241,254,111); }
div.DivClassName
{
background-color: #F1FE6F;
}
.BgClassName
{
background-color: #F1FE6F;
}
</style>
border-color css
<style>
span { border-color: #F1FE6F; }
span { border-color: rgb(241,254,111); }
td.TdClassName
{
border-color: #F1FE6F;
}
.TagClassName
{
border-color: #F1FE6F;
}
</style>